ClassHtmlViewCellArrangeInfo
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class HtmlViewCellArrangeInfo : CellArrangeInfo
Inheritance: objectCellArrangeInfoHtmlViewCellArrangeInfo
Inherited Members
Constructors
HtmlViewCellArrangeInfo(CellDefinition, GridViewColumn)
Initializes a new instance of the HtmlViewCellArrangeInfo class.
Declaration
cs-api-definition
public HtmlViewCellArrangeInfo(CellDefinition cell, GridViewColumn column)
Parameters
cell
The cell.
column
The column.
Properties
Cell
Gets the cell.
Declaration
cs-api-definition
public CellDefinition Cell { get; }
Property Value
The cell.