Back to Devexpress

GetCustomSummaryValueEventArgs.Nodes Property

windowsforms-devexpress-dot-xtratreelist-dot-getcustomsummaryvalueeventargs.md

latest1.3 KB
Original Source

GetCustomSummaryValueEventArgs.Nodes Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeListNodes Nodes { get; }
vb
Public ReadOnly Property Nodes As TreeListNodes

Property Value

TypeDescription
TreeListNodes

The nodes collection for which to calculate a custom summary.

|

See Also

GetCustomSummaryValueEventArgs Class

GetCustomSummaryValueEventArgs Members

DevExpress.XtraTreeList Namespace