ColumnBase.ActualTotalSummaryContentStyle Property
Gets the actual style of total summary items displayed within the column. 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 |
---|---|
Style | The actual style of total summary items displayed within the column. |
Remarks
The style applied to all total summary items displayed within the grid is specified by the DataControlBase.TotalSummaryContentStyle property. Individual columns provide the ColumnBase.TotalSummaryContentStyle property that, if specified, overrides the style specified by the grid. This allows you to provide a custom appearance of total summaries displayed within individual columns. The actual style applied to the column’s total summary items is returned by the ActualTotalSummaryContentStyle property.
Target Type: DevExpress.UI.Xaml.Grid.TotalSummaryControl