Class BaseVirtualGridColumnLayout
Inheritance
System.Object
BaseVirtualGridColumnLayout
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 abstract class BaseVirtualGridColumnLayout
Constructors
BaseVirtualGridColumnLayout()
Declaration
protected BaseVirtualGridColumnLayout()
Properties
TableElement
Gets the table element.
Declaration
public VirtualGridTableElement TableElement { get; }
Property Value
VirtualGridTableElement
The table element. |
Methods
CalculateColumnWidths(SizeF)
Calculates the column widths.
Declaration
public abstract void CalculateColumnWidths(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
Size of the available. |
EndResizeColumn()
Ends the resize column operation.
Declaration
public abstract void EndResizeColumn()
Initialize(VirtualGridTableElement)
Initializes the specified table element.
Declaration
public void Initialize(VirtualGridTableElement tableElement)
Parameters
VirtualGridTableElement
tableElement
The table element. |
ResetCache()
Resets the cache.
Declaration
public abstract void ResetCache()
ResizeColumn(Int32)
Resizes the column.
Declaration
public abstract bool ResizeColumn(int delta)
Parameters
System.Int32
delta
The delta. |
Returns
System.Boolean
|
StartColumnResize(Int32)
Starts the column resize operation.
Declaration
public abstract void StartColumnResize(int column)
Parameters
System.Int32
column
The column. |