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 VirtualGridIndentCellElement class.
Declaration
public VirtualGridIndentCellElement()
Properties
ExpanderItem
Gets the expander item.
Declaration
public ExpanderItem ExpanderItem { get; }
Property Value
ExpanderItem
The expander item. |
HasError
Gets or sets the has error.
Declaration
public bool HasError { get; set; }
Property Value
System.Boolean
The has error. |
IsRowInEditMode
Gets or sets whether the row is in edit mode.
Declaration
public bool IsRowInEditMode { get; set; }
Property Value
System.Boolean
The is row in edit mode. |
IsWaiting
Gets or sets the is waiting.
Declaration
public bool IsWaiting { get; set; }
Property Value
System.Boolean
The is waiting. |
ShowExpanderItem
Gets or sets the show expander item.
Declaration
public bool ShowExpanderItem { get; set; }
Property Value
System.Boolean
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.Int32
data
The data. |
System.Object
context
The context. |
System.Boolean
synchronize
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.Int32
data
The data. |
System.Object
context
The context. |
Returns
System.Boolean
|
Overrides
MeasureOverride(SizeF)
Measures the elements according to the available size.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
Size of the available. |
Returns
System.Drawing.SizeF
|
Overrides
OnRowElementPropertyChanged(PropertyChangedEventArgs)
Raises the RowElementPropertyChanged event.
Declaration
protected override void OnRowElementPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data. |
Overrides
UpdateImage()
Updates the image.
Declaration
protected virtual void UpdateImage()
UpdateInfo(VirtualGridCellValueNeededEventArgs)
Updates the info.
Declaration
protected override void UpdateInfo(VirtualGridCellValueNeededEventArgs args)
Parameters
VirtualGridCellValueNeededEventArgs
args
The VirtualGridCellValueNeededEventArgs instance containing the event data. |