ASPxTreeList.IsEditing Property
In This Article
Indicates whether the ASPxTreeList is in edit mode.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
To obtain whether a new node is currently being edited, use the ASPxTreeList.IsNewNodeEditing property.
To learn more, see Data Editing.
See Also