Skip to main content

QueryNodeCollection.Count Property

Gets the number of nodes contained in the QueryNodeCollection instance.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value that is the number of elements contained in the collection.

See Also