Skip to main content
A newer version of this page is available. .

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

Declaration

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

Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object.

Remarks

See Customizing Context Menus in the Context Menus topic for more information.

See Also