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