Enum
ElementState

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.

Declaration

cs-api-definition
Constructed = 2

Field Value

ElementState

Constructing

The element is in a process of being constructed.

Declaration

cs-api-definition
Constructing = 1

Field Value

ElementState

Disposed

The element is already disposed of.

Declaration

cs-api-definition
Disposed = 7

Field Value

ElementState

Disposing

The element is in a process of being disposed of.

Declaration

cs-api-definition
Disposing = 6

Field Value

ElementState

Initial

The element is in its initial state.

Declaration

cs-api-definition
Initial = 0

Field Value

ElementState

Loaded

The element is prepared for visualizing.

Declaration

cs-api-definition
Loaded = 4

Field Value

ElementState

Loading

The element is loading. That is it is initializing on the owning control.

Declaration

cs-api-definition
Loading = 3

Field Value

ElementState

Unloaded

Special state, indicating that the element has been loaded once and removed from the element tree.

Declaration

cs-api-definition
Unloaded = 5

Field Value

ElementState