Class RowTemplate
This class contains information that specifies how to arrange and display rows in the Rad
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class RowTemplate : NotifyPropertyBase, INotifyPropertyChangingEx, INotifyPropertyChanged
Constructors
RowTemplate()
Properties
Border
Gets or sets the border width for this Row
Declaration
public int Border { get; set; }
Property Value
System.
|
CellPadding
Gets or sets the cell padding for this Row
Declaration
public int CellPadding { get; set; }
Property Value
System.
|
CellSpacing
Gets or sets the cell spacing for this Row
Declaration
public int CellSpacing { get; set; }
Property Value
System.
|
Item[Int32]
Gets the Row
Declaration
public RowDefinition this[int index] { get; }
Parameters
System. The zero based index of the row to get |
Property Value
Row The Row |
Item[Int32, Int32]
Gets the Cell
Declaration
public CellDefinition this[int row, int column] { get; }
Parameters
System. The zero based row index of the row containing the cell |
System. The zero based column index of the column containing the cell |
Property Value
Cell The Cell |
Rows
Gets a collection that contains all the row definitions in the Row
Declaration
public RowDefinitionsCollection Rows { get; }
Property Value
Methods
ReadXml(Stream)
Reads XML data into the Row
Declaration
public void ReadXml(Stream stream)
Parameters
System. The Stream from which to read. |
ReadXml(String)
Reads XML data into the Row
Declaration
public void ReadXml(string fileName)
Parameters
System. The filename (including the path) from which to read. |
WriteXml(Stream)
Writes the current contents of the Row
Declaration
public void WriteXml(Stream stream)
Parameters
System. The stream to which the data will be written. |
WriteXml(String)
Writes the current contents of the Row
Declaration
public void WriteXml(string fileName)
Parameters
System. The file to which to write the XML data. |