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

TreeListNodeValidationEventArgs.IsNewNode Property

Gets whether the processed node is new.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public bool IsNewNode { get; }

Property Value

Type Description
Boolean

true if the node is new; otherwise, false.

See Also