Skip to main content

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsTotalSummaryMenuEnabled { get; set; }

Property Value

Type Description
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