A newer version of this page is available.
Switch to the current version.
DataViewBase.IsTotalSummaryMenuEnabled Property
Gets or sets whether an end-user can invoke the summary or fixed summary context menu. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public bool IsTotalSummaryMenuEnabled { get; set; }
Public Property IsTotalSummaryMenuEnabled As Boolean
Property Value
Type | Description |
---|---|
Boolean | true to allow an end-user to invoke the summary or fixed summary context menu; otherwise, false. |
Remarks
To learn more on customizing total summaries, see Runtime Summary Editor and End-User Capabilities: Customizing Summaries.
See Also
Feedback