A newer version of this page is available.
Switch to the current version.
TreeList.State Property
Gets the control's current state.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
[Browsable(false)]
public TreeListState State { get; }
<Browsable(False)>
Public ReadOnly Property State As TreeListState
Property Value
Type | Description |
---|---|
TreeListState | A TreeListState enumeration member, indicating the Tree List's current state. |
Remarks
Use this property to determine which action is being performed by an end-user. Refer to the TreeListState enumeration description, for a list of all available states.
An example of using the State property can include suspension of a given operation until the end-user completes an action against the Tree List. For instance, you may need to display a notification message and suspend it, if the user is performing a dragging operation at a given moment in time.
See Also
Feedback