EnumElementState
Enum
Defines the life cycle of a RadElement instance.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public enum ElementState
Fields
Constructed
The element is already constructed but not loaded yet.
Constructing
The element is in a process of being constructed.
Disposed
The element is already disposed of.
Disposing
The element is in a process of being disposed of.
Initial
The element is in its initial state.
Loaded
The element is prepared for visualizing.
Loading
The element is loading. That is it is initializing on the owning control.
Unloaded
Special state, indicating that the element has been loaded once and removed from the element tree.