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 ColumnGroupsCellArrangeInfo class.
Declaration
public ColumnGroupsCellArrangeInfo(GridViewColumn column)
Parameters
GridViewColumn
column
The column. |
Properties
Depth
Gets or sets the depth.
Declaration
public int Depth { get; set; }
Property Value
System.Int32
The depth. |
Group
Gets or sets the group.
Declaration
public GridViewColumnGroup Group { get; set; }
Property Value
GridViewColumnGroup
The group. |
Row
Gets or sets the row.
Declaration
public GridViewColumnGroupRow Row { get; set; }
Property Value
GridViewColumnGroupRow
The row. |
RowIndex
Gets or sets the index of the row.
Declaration
public int RowIndex { get; set; }
Property Value
System.Int32
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
GridViewColumnGroup
group
The group. |
GridViewColumnGroupRow
row
The row. |
System.Int32
rowIndex
Index of the row. |
System.Drawing.Rectangle
bounds
The bounds. |