Skip to main content

DataViewBase.ShowFixedTotalSummary Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

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

#Property Value

Type Description
Boolean

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

#Remarks

To learn more, see Total Summary.

See Also