Class
CellArrangeInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class CellArrangeInfo

Inheritance: objectCellArrangeInfo

Derived Classes: ColumnGroupsCellArrangeInfoHtmlViewCellArrangeInfoTableViewCellArrangeInfo

Constructors

CellArrangeInfo(GridViewColumn)

Initializes a new instance of the CellArrangeInfo class.

Declaration

cs-api-definition
public CellArrangeInfo(GridViewColumn column)

Parameters

column

GridViewColumn

The column.

Fields

Bounds

Declaration

cs-api-definition
public RectangleF Bounds

Field Value

RectangleF

Properties

Column

Gets the column.

Declaration

cs-api-definition
public GridViewColumn Column { get; }

Property Value

GridViewColumn

The column.