Class ColumnGroupsCellArrangeInfo
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ColumnGroupsCellArrangeInfo : CellArrangeInfo
Constructors
ColumnGroupsCellArrangeInfo(GridViewColumn)
Initializes a new instance of the Column
Declaration
public ColumnGroupsCellArrangeInfo(GridViewColumn column)
Parameters
Grid The column. |
Properties
Depth
Gets or sets the depth.
Declaration
public int Depth { get; set; }
Property Value
System. The depth. |
Group
Gets or sets the group.
Declaration
public GridViewColumnGroup Group { get; set; }
Property Value
Grid The group. |
Row
Gets or sets the row.
Declaration
public GridViewColumnGroupRow Row { get; set; }
Property Value
Grid The row. |
RowIndex
Gets or sets the index of the row.
Declaration
public int RowIndex { get; set; }
Property Value
System. The index of the row. |
Methods
Initialize(GridViewColumnGroup, GridViewColumnGroupRow, Int32, Rectangle)
Initializes the specified group.
Declaration
public void Initialize(GridViewColumnGroup group, GridViewColumnGroupRow row, int rowIndex, Rectangle bounds)
Parameters
Grid The group. |
Grid The row. |
System. Index of the row. |
System. The bounds. |