New to Telerik UI for WinFormsStart a free 30-day trial

Defines the life cycle of a RadElement instance.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum ElementState

Fields

The element is already constructed but not loaded yet.

C#
Constructed = 2

The element is in a process of being constructed.

C#
Constructing = 1

The element is already disposed of.

C#
Disposed = 7

The element is in a process of being disposed of.

C#
Disposing = 6

The element is in its initial state.

C#
Initial = 0

The element is prepared for visualizing.

C#
Loaded = 4

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

C#
Loading = 3

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

C#
Unloaded = 5