Skip to main content

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

NuGet Package: 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