Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class ColumnGroupsCellArrangeInfo : CellArrangeInfo
Inheritance: objectCellArrangeInfoColumnGroupsCellArrangeInfo
Inherited Members
Constructors
Initializes a new instance of the ColumnGroupsCellArrangeInfo class.
C#
public ColumnGroupsCellArrangeInfo(GridViewColumn column)
The column.
Properties
Gets or sets the group.
C#
public GridViewColumnGroup Group { get; set; }
The group.
Gets or sets the row.
C#
public GridViewColumnGroupRow Row { get; set; }
The row.
Methods
Initializes the specified group.
C#
public void Initialize(GridViewColumnGroup group, GridViewColumnGroupRow row, int rowIndex, Rectangle bounds)
The group.
rowGridViewColumnGroupRowThe row.
rowIndexintIndex of the row.
boundsRectangleThe bounds.