Skip to main content

GridSummaryItemCollection.ActiveCount Property

Gets the number of summary items that run calculations.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public int ActiveCount { get; }

Property Value

Type Description
Int32

An integer value indicating the number of summary items whose GridSummaryItem.SummaryType property is not set to SummaryItemType.None.

Remarks

The total number of items within the collection can be obtained using the Count property.

See Also