Skip to main content
A newer version of this page is available. .

GetCustomSummaryValueEventArgs.Nodes Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public TreeListNodes Nodes { get; }

Property Value

Type Description
TreeListNodes

The nodes collection for which to calculate a custom summary.

See Also