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 CellArrangeInfo

Inheritance: objectCellArrangeInfo

Derived Classes: ColumnGroupsCellArrangeInfoHtmlViewCellArrangeInfoTableViewCellArrangeInfo

Constructors

Initializes a new instance of the CellArrangeInfo class.

C#
public CellArrangeInfo(GridViewColumn column)
Parameters:columnGridViewColumn

The column.

Fields

C#
public RectangleF Bounds

Properties

Gets the column.

C#
public GridViewColumn Column { get; }
Property Value:

The column.