Class VirtualGridNewCellElement
Represents a cell element for the new row in RadVirtualGrid.
Inheritance
System.Object
VirtualGridNewCellElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridNewCellElement : VirtualGridCellElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<int>
Constructors
VirtualGridNewCellElement()
Initializes a new instance of the VirtualGridNewCellElement class.
Declaration
public VirtualGridNewCellElement()
Methods
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
UpdateInfo(VirtualGridCellValueNeededEventArgs)
Updates the info.
Declaration
protected override void UpdateInfo(VirtualGridCellValueNeededEventArgs args)
Parameters
|
VirtualGridCellValueNeededEventArgs
args
The VirtualGridCellValueNeededEventArgs instance containing the event data. |