Skip to main content

TreeListNodeValidationEventArgs.IsNewNode Property

Gets whether the processed node is new.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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