Class
ColumnGroupsCellArrangeInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class ColumnGroupsCellArrangeInfo : CellArrangeInfo

Inheritance: objectCellArrangeInfoColumnGroupsCellArrangeInfo

Inherited Members CellArrangeInfo.BoundsCellArrangeInfo.Column

Constructors

ColumnGroupsCellArrangeInfo(GridViewColumn)

Initializes a new instance of the ColumnGroupsCellArrangeInfo class.

Declaration

cs-api-definition
public ColumnGroupsCellArrangeInfo(GridViewColumn column)

Parameters

column

GridViewColumn

The column.

Properties

Depth

Gets or sets the depth.

Declaration

cs-api-definition
public int Depth { get; set; }

Property Value

int

The depth.

Group

Gets or sets the group.

Declaration

cs-api-definition
public GridViewColumnGroup Group { get; set; }

Property Value

GridViewColumnGroup

The group.

Row

Gets or sets the row.

Declaration

cs-api-definition
public GridViewColumnGroupRow Row { get; set; }

Property Value

GridViewColumnGroupRow

The row.

RowIndex

Gets or sets the index of the row.

Declaration

cs-api-definition
public int RowIndex { get; set; }

Property Value

int

The index of 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

GridViewColumnGroup

The group.

row

GridViewColumnGroupRow

The row.

rowIndex

int

Index of the row.

bounds

Rectangle

The bounds.