Class
HtmlViewCellArrangeInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class HtmlViewCellArrangeInfo : CellArrangeInfo

Inheritance: objectCellArrangeInfoHtmlViewCellArrangeInfo

Inherited Members CellArrangeInfo.BoundsCellArrangeInfo.Column

Constructors

HtmlViewCellArrangeInfo(CellDefinition, GridViewColumn)

Initializes a new instance of the HtmlViewCellArrangeInfo class.

Declaration

cs-api-definition
public HtmlViewCellArrangeInfo(CellDefinition cell, GridViewColumn column)

Parameters

cell

CellDefinition

The cell.

column

GridViewColumn

The column.

Properties

Cell

Gets the cell.

Declaration

cs-api-definition
public CellDefinition Cell { get; }

Property Value

CellDefinition

The cell.