Back to Devexpress

DataViewBase.IsTotalSummaryMenuEnabled Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-b9d79838.md

latest2.0 KB
Original Source

DataViewBase.IsTotalSummaryMenuEnabled Property

Gets or sets whether an end user can right-click the Total Summary Panel or the Fixed Summary Panel to access their context menus. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true, to enable the summary or fixed summary context menu; otherwise, false.

|

Remarks

The following image shows the Total Summary Panel‘s context menu:

The following image shows the Fixed Summary Panel‘s context menu:

See Also

Context Menus

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace