GetCustomSummaryValueEventArgs.Nodes Property
In This Article
Gets the nodes collection for which to calculate a custom summary.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public TreeListNodes Nodes { get; }
#Property Value
Type | Description |
---|---|
Tree |
The nodes collection for which to calculate a custom summary. |
See Also