Class TableViewCellArrangeInfo
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 TableViewCellArrangeInfo : CellArrangeInfo
Constructors
TableViewCellArrangeInfo(GridViewColumn)
Initializes a new instance of the TableViewCellArrangeInfo class.
Declaration
public TableViewCellArrangeInfo(GridViewColumn column)
Parameters
GridViewColumn
column
The column. |
Fields
CachedWidth
Declaration
public double CachedWidth
Field Value
System.Double
|
OffsetX
Declaration
public int OffsetX
Field Value
System.Int32
|
ResizeStartScaleFactor
Declaration
public double ResizeStartScaleFactor
Field Value
System.Double
|
ResizeStartWidth
Declaration
public int ResizeStartWidth
Field Value
System.Int32
|
ScaleFactor
Declaration
public double ScaleFactor
Field Value
System.Double
|
TempScaleFactor
Declaration
public double TempScaleFactor
Field Value
System.Double
|
Methods
ClampWidth(Int32)
Clamps the width.
Declaration
public int ClampWidth(int width)
Parameters
System.Int32
width
The width. |
Returns
System.Int32
|
SetWidth(Int32, Boolean, Boolean)
Sets the width.
Declaration
public void SetWidth(int width, bool suspendNotify, bool cacheOnly)
Parameters
System.Int32
width
The width. |
System.Boolean
suspendNotify
The suspend notify. |
System.Boolean
cacheOnly
The cache only. |