Class VirtualGridFilterRowElement
Represents the filter row in RadVirtualGrid.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridFilterRowElement : VirtualGridRowElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<int>
Constructors
VirtualGridFilterRowElement()
Initializes a new instance of the VirtualGridFilterRowElement class.
Declaration
public VirtualGridFilterRowElement()
Properties
CanApplyAlternatingColor
Gets whether the alternating color can be applied.
Declaration
public override bool CanApplyAlternatingColor { get; }
Property Value
System.Boolean
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.Int32
data
The data. |
System.Object
context
The context. |
Returns
System.Boolean
|
Overrides
MeasureRowHeight(SizeF)
Measures the height of the row.
Declaration
protected override int MeasureRowHeight(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
Size of the available. |
Returns
System.Int32
|