Class HtmlViewCellArrangeInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class HtmlViewCellArrangeInfo : CellArrangeInfo
Constructors
HtmlViewCellArrangeInfo(CellDefinition, GridViewColumn)
Initializes a new instance of the HtmlViewCellArrangeInfo class.
Declaration
public HtmlViewCellArrangeInfo(CellDefinition cell, GridViewColumn column)
Parameters
CellDefinition
cell
The cell. |
GridViewColumn
column
The column. |
Properties
Cell
Gets the cell.
Declaration
public CellDefinition Cell { get; }
Property Value
CellDefinition
The cell. |