Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class HtmlViewCellArrangeInfo : CellArrangeInfo
Inheritance: objectCellArrangeInfoHtmlViewCellArrangeInfo
Inherited Members
Constructors
Initializes a new instance of the HtmlViewCellArrangeInfo class.
C#
public HtmlViewCellArrangeInfo(CellDefinition cell, GridViewColumn column)
The cell.
columnGridViewColumnThe column.
Properties
Gets the cell.
C#
public CellDefinition Cell { get; }
The cell.