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

ColumnSummariesSet.Count Property

Gets the number of elements in the collection.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public int Count { get; }

Property Value

Type Description
Int32

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

Implements

System.Collections.Generic.ICollection<DevExpress.XtraReports.Wizards.ColumnSummaries>.Count
See Also