DataViewBase.TotalSummaryMenuCustomizations Property
In This Article
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.v14.2.Core.dll
#Declaration
[Browsable(false)]
public BarManagerActionCollection TotalSummaryMenuCustomizations { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
To learn more, see Customizing Context Menus in Context Menus.
See Also