Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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