Class VirtualGridHeaderCellElement
Represents the header cell in RadVirtualGrid.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridHeaderCellElement : VirtualGridCellElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<int>
Constructors
VirtualGridHeaderCellElement()
Initializes a new instance of the VirtualGridHeaderCellElement class.
Declaration
public VirtualGridHeaderCellElement()
Fields
IsSortedAscendingProperty
IsSortedDescendingProperty
ResizePointerOffset
Declaration
public const int ResizePointerOffset = 4
Field Value
System.Int32
|
Properties
Arrow
Gets the arrow.
Declaration
public ArrowPrimitive Arrow { get; }
Property Value
ArrowPrimitive
The arrow. |
IsSortedAscending
Gets whether the sort order is ascending.
Declaration
public bool IsSortedAscending { get; }
Property Value
System.Boolean
The is sorted ascending. |
IsSortedDescending
Gets whether the sort order is descending.
Declaration
public bool IsSortedDescending { get; }
Property Value
System.Boolean
The is sorted descending. |
SortOrder
Gets the sort order.
Declaration
public RadSortOrder SortOrder { get; }
Property Value
RadSortOrder
The sort order. |
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
GetColumnSortOrder()
Gets the column sort order.
Declaration
protected RadSortOrder GetColumnSortOrder()
Returns
RadSortOrder
|
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
IsCompatible(Int32, Object)
Determines whether the specified data is compatible.
Declaration
public override bool IsCompatible(int data, object context)
Parameters
System.Int32
data
The data. |
System.Object
context
The context. |
Returns
System.Boolean
|
Overrides
IsInResizeLocation(Point)
Determines whether the point is in resize location.
Declaration
public override bool IsInResizeLocation(Point point)
Parameters
System.Drawing.Point
point
The point. |
Returns
System.Boolean
|
Overrides
Synchronize()
Synchronizes the header cell.
Declaration
public override void Synchronize()
Overrides
UpdateArrowState()
Updates the arrow state.
Declaration
public void UpdateArrowState()