Skip to main content

DataViewBase.RowCellMenuCustomizations Property

Allows you to customize the Row Cell 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 RowCellMenuCustomizations { get; }

#Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object.

#Remarks

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

NOTE

This feature is not available in DXTreeList when Hierarchical Data Templates are used.

See Also