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

ColumnBase.TotalSummaryContentStyle Property

Gets or sets the style of total summary items displayed within the column. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public Style TotalSummaryContentStyle { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Style

The 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 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 ColumnBase.ActualTotalSummaryContentStyle property.

Target Type: DevExpress.UI.Xaml.Grid.TotalSummaryControl

See Also