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.v19.1.dll

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