Back to Devexpress

TableView.AllowCountTotalSummary Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-cbff2a53.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool? AllowCountTotalSummary { get; set; }
vb
Public Property AllowCountTotalSummary As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

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

|

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace