Class CellArrangeInfo
Inheritance
System.Object
CellArrangeInfo
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 CellArrangeInfo
Constructors
CellArrangeInfo(GridViewColumn)
Initializes a new instance of the CellArrangeInfo class.
Declaration
public CellArrangeInfo(GridViewColumn column)
Parameters
GridViewColumn
column
The column. |
Fields
Bounds
Declaration
public RectangleF Bounds
Field Value
System.Drawing.RectangleF
|
Properties
Column
Gets the column.
Declaration
public GridViewColumn Column { get; }
Property Value
GridViewColumn
The column. |