Class VirtualGridWaitingElement
Represents the virtual grid's waiting bar element.
Inheritance
System.Object
VirtualGridWaitingElement
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 VirtualGridWaitingElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
VirtualGridWaitingElement()
Declaration
public VirtualGridWaitingElement()
Properties
WaitingBarElement
Gets the waiting bar element.
Declaration
public RadWaitingBarElement WaitingBarElement { get; }
Property Value
RadWaitingBarElement
The waiting bar element. |
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
StartWaiting()
Starts the waiting.
Declaration
public void StartWaiting()
StopWaiting()
Stops the waiting.
Declaration
public void StopWaiting()