Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public abstract class BaseVirtualGridColumnLayout
Inheritance: objectBaseVirtualGridColumnLayout
Derived Classes:
Constructors
C#
protected BaseVirtualGridColumnLayout()
Properties
Gets the table element.
C#
public VirtualGridTableElement TableElement { get; }
The table element.
Methods
Calculates the column widths.
C#
public abstract void CalculateColumnWidths(SizeF availableSize)
Size of the available.
Ends the resize column operation.
C#
public abstract void EndResizeColumn()
Initializes the specified table element.
C#
public void Initialize(VirtualGridTableElement tableElement)
The table element.
Resets the cache.
C#
public abstract void ResetCache()
Starts the column resize operation.