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

ASPxTreeList.IsNewNodeEditing Property

Indicates whether a new node is being edited.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public bool IsNewNodeEditing { get; }

Property Value

Type Description
Boolean

true if a new node is being edited; otherwise, false.

See Also