ColumnBase.HasTotalSummaries Property
Gets whether the column displays total summaries. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the column displays total summaries; otherwise, false. |
Remarks
Total summary items are stored within the grid’s GridControl.TotalSummary collection. To learn more, see Total Summary.
See Also