Class VirtualGridIndentCellElement
Represents indent cells in RadVirtualGrid.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridIndentCellElement : VirtualGridCellElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<int>
Constructors
VirtualGridIndentCellElement()
Initializes a new instance of the Virtual
Declaration
public VirtualGridIndentCellElement()
Properties
ExpanderItem
Gets the expander item.
Declaration
public ExpanderItem ExpanderItem { get; }
Property Value
Expander The expander item. |
HasError
Gets or sets the has error.
Declaration
public bool HasError { get; set; }
Property Value
System. The has error. |
IsRowInEditMode
Gets or sets whether the row is in edit mode.
Declaration
public bool IsRowInEditMode { get; set; }
Property Value
System. The is row in edit mode. |
IsWaiting
Gets or sets the is waiting.
Declaration
public bool IsWaiting { get; set; }
Property Value
System. The is waiting. |
ShowExpanderItem
Gets or sets the show expander item.
Declaration
public bool ShowExpanderItem { get; set; }
Property Value
System. The show expander item. |
Methods
Attach(Int32, Object, Boolean)
Attaches the specified data.
Declaration
protected override void Attach(int data, object context, bool synchronize)
Parameters
System. The data. |
System. The context. |
System. The synchronize. |
Overrides
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
Detach()
Detaches the indent cell element.
Declaration
public override void Detach()
Overrides
IsCompatible(Int32, Object)
Determines whether the cell 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 elements according to the available size.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System. Size of the available. |
Returns
System.
|
Overrides
OnRowElementPropertyChanged(PropertyChangedEventArgs)
Raises the Row
Declaration
protected override void OnRowElementPropertyChanged(PropertyChangedEventArgs e)
Parameters
System. The System. |
Overrides
UpdateImage()
Updates the image.
Declaration
protected virtual void UpdateImage()
UpdateInfo(VirtualGridCellValueNeededEventArgs)
Updates the info.
Declaration
protected override void UpdateInfo(VirtualGridCellValueNeededEventArgs args)
Parameters
Virtual The Virtual |