Skip to main content

ColumnSummariesSet.Count Property

Gets the number of elements in the collection.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value that specifies the total number of objects in the collection.

See Also