Skip to main content

TreeListVirtualModeNodeCreatingEventArgs.IsLeaf Property

Gets or sets whether the processed node has zero child nodes.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.1.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsLeaf { get; set; }

Property Value

Type Description
Boolean

true if the processed node has zero child nodes; otherwise, false.

Remarks

Leaf nodes are the nodes farthest from the root node. If you are sure that the processed node has zero child nodes, set the IsLeaf property to true.

See Also