New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class ColumnGroupsCellArrangeInfo : CellArrangeInfo

Inheritance: objectCellArrangeInfoColumnGroupsCellArrangeInfo

Inherited Members CellArrangeInfo.BoundsCellArrangeInfo.Column

Constructors

Initializes a new instance of the ColumnGroupsCellArrangeInfo class.

C#
public ColumnGroupsCellArrangeInfo(GridViewColumn column)
Parameters:columnGridViewColumn

The column.

Properties

Gets or sets the depth.

C#
public int Depth { get; set; }
Property Value:

The depth.

Gets or sets the group.

C#
public GridViewColumnGroup Group { get; set; }
Property Value:

The group.

Gets or sets the row.

C#
public GridViewColumnGroupRow Row { get; set; }
Property Value:

The row.

Gets or sets the index of the row.

C#
public int RowIndex { get; set; }
Property Value:

The index of the row.

Methods

Initializes the specified group.

C#
public void Initialize(GridViewColumnGroup group, GridViewColumnGroupRow row, int rowIndex, Rectangle bounds)
Parameters:groupGridViewColumnGroup

The group.

rowGridViewColumnGroupRow

The row.

rowIndexint

Index of the row.

boundsRectangle

The bounds.