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

TableView.CompactModeFilterElementMenuCustomizations Property

Allows you to customize a filter menu displayed in compact mode.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

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

Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object.

Remarks

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

See Also