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 VirtualGridNewRowElement class.
Declaration
public VirtualGridNewRowElement()
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
MeasureOverride(SizeF)
Measures the space required by the RadElement Used by the layout system.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
The size that is available to the RadElement. The available size can be infinity (to take the full size of the element) |
Returns
System.Drawing.SizeF
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.Drawing.SizeF
availableSize
Size of the available. |
Returns
System.Int32
|
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.Boolean
showCells
The show cells. |