Skip to main content

TreeListView.NodeFooterCustomizations Property

Allows you to customize the node footer context menu by adding new menu items or removing existing items.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object.

Remarks

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

See Also