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 Html
Declaration
public HtmlViewCellArrangeInfo(CellDefinition cell, GridViewColumn column)
Parameters
Cell The cell. |
Grid The column. |
Properties
Cell
Gets the cell.
Declaration
public CellDefinition Cell { get; }
Property Value
Cell The cell. |