Back to Devexpress

TreeListView.BandMenuCustomizations Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-cd62eb2c.md

latest1.4 KB
Original Source

TreeListView.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.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public BarManagerActionCollection BandMenuCustomizations { get; }
vb
<Browsable(False)>
Public ReadOnly Property BandMenuCustomizations As BarManagerActionCollection

Property Value

TypeDescription
BarManagerActionCollection

A BarManagerActionCollection object.

|

Remarks

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

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace