Class VirtualGridHeaderRowElement
Represents a visual element for the header row in RadVirtualGrid.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridHeaderRowElement : VirtualGridRowElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<int>
Constructors
VirtualGridHeaderRowElement()
Initializes a new instance of the Virtual
Declaration
public VirtualGridHeaderRowElement()
Properties
CanApplyAlternatingColor
Gets whether the alternating color can be applied.
Declaration
public override bool CanApplyAlternatingColor { get; }
Property Value
System. The color of the can apply alternating. |
Overrides
Methods
IsCompatible(Int32, Object)
Determines whether element is compatible with the specified data.
Declaration
public override bool IsCompatible(int data, object context)
Parameters
System. The data. |
System. The context. |
Returns
System.
|
Overrides
MeasureOverride(SizeF)
Measures the space required by the Rad
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System. The size that is available to the Rad |
Returns
System. The minimum size required by the element to be completely visible. Cannot be infinity. |
Overrides
Remarks
In this method call to the Measure method of each child must be made.
MeasureRowHeight(SizeF)
Measures the height of the row.
Declaration
protected override int MeasureRowHeight(SizeF availableSize)
Parameters
System. Size of the available. |
Returns
System.
|