ASPxTreeList.IsNewNodeEditing Property
Indicates whether a new node is being edited.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll
Declaration
public bool IsNewNodeEditing { get; }
Public ReadOnly Property IsNewNodeEditing As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if a new node is being edited; otherwise, false. |
See Also
Feedback