Class VirtualGridNewRowElement
Represents the new row element in RadVirtualGrid.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridNewRowElement : VirtualGridRowElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<int>
Constructors
VirtualGridNewRowElement()
Initializes a new instance of the Virtual
Declaration
public VirtualGridNewRowElement()
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.
|
Overrides
Synchronize()
Synchronizes the row element.
Declaration
public override void Synchronize()
Overrides
UpdateContentVisibility(Boolean)
Updates the content visibility.
Declaration
public virtual void UpdateContentVisibility(bool showCells)
Parameters
System. The show cells. |