GridSummaryItemCollection.ActiveCount Property
Gets the number of summary items that run calculations.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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