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

DataControlBase.ShowFixedTotalSummary Property

Gets or sets whether or not the Fixed Summary Panel is displayed within the grid. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

[XtraSerializableProperty]
public bool ShowFixedTotalSummary { get; set; }

Property Value

Type Description
Boolean

true to display the Fixed Summary Panel within the grid; otherwise, false.

Remarks

To learn more, see Total Summary.

See Also