Skip to main content

TableView.BandMenuCustomizations Property

Allows you to customize the band context menu by adding new menu items or removing existing items.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[Browsable(false)]
public BarManagerActionCollection BandMenuCustomizations { get; }

#Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object.

#Remarks

To learn more, see Customizing Context Menus in Context Menus.

See Also