Skip to main content

DataViewBase.ColumnMenuCustomizations Property

Allows you to customize the Column Header 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 ColumnMenuCustomizations { get; }

#Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object.

#Remarks

To learn more, see Context Menus.

See Also