A newer version of this page is available.
Switch to the current version.
DataViewBase.TotalSummaryMenuCustomizations Property
Allows you to customize the Total Summary context menu, by adding new menu items or removing existing items.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
[Browsable(false)]
public BarManagerActionCollection TotalSummaryMenuCustomizations { get; }
<Browsable(False)>
Public ReadOnly Property TotalSummaryMenuCustomizations As BarManagerActionCollection
Property Value
Type | Description |
---|---|
BarManagerActionCollection | A BarManagerActionCollection object. |
Remarks
To learn more, see Customizing Context Menus in Context Menus.
See Also
Feedback