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

TableView.AllowCountTotalSummary Property

Gets or sets whether it is allowed for end users to display summaries. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool? AllowCountTotalSummary { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, if it is allowed end-users to display summaries; otherwise, false.

See Also