Skip to main content

GetCustomSummaryValueEventArgs.Nodes Property

Gets the nodes collection for which to calculate a custom summary.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListNodes Nodes { get; }

Property Value

Type Description
TreeListNodes

The nodes collection for which to calculate a custom summary.

See Also