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
Property Value
Type | Description |
---|---|
Boolean |
|
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