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

GridSummaryItemCollection.ActiveCount Property

Gets the number of summary items participating in summary calculations.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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