Class RowDefinition
This class contains information that specifies how to arrange and display a single row in the Rad
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class RowDefinition : NotifyPropertyBase, INotifyPropertyChangingEx, INotifyPropertyChanged
Constructors
RowDefinition()
Initializes a new instance of the Row
Declaration
public RowDefinition()
RowDefinition(Int32)
Initializes a new instance of the Row
Declaration
public RowDefinition(int height)
Parameters
System. The desired height of this RowDefinition. |
Properties
BackColor
Gets or sets the background color of this Row
Declaration
public Color BackColor { get; set; }
Property Value
System.
|
Cells
Gets a collection that contains all the cell definitions in the Row
Declaration
public CellDefinitionsCollection Cells { get; }
Property Value
Height
Gets or sets the desired height of this Row
Declaration
public int Height { get; set; }
Property Value
System.
|
Item[Int32]
Gets the Cell
Declaration
public CellDefinition this[int index] { get; }
Parameters
System. The zero based index of the cell to get |
Property Value
Cell The Cell |
RowTemplate
Gets the Row
Declaration
public RowTemplate RowTemplate { get; }