Skip to main content
A newer version of this page is available. .

ASPxTreeList.IsEditing Property

Indicates whether the ASPxTreeList is in edit mode.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public bool IsEditing { get; }

Property Value

Type Description
Boolean

true if the ASPxTreeList is in edit mode; otherwise, false.

Remarks

To obtain whether a new node is currently being edited, use the ASPxTreeList.IsNewNodeEditing property.

To learn more, see Data Editing.

See Also