Skip to main content

ASPxTreeList.IsEditing Property

Indicates whether the ASPxTreeList is in edit mode.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

#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