Back to Devexpress

TreeListView.NodeFooterCustomizations Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-1cc9c8b0.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public BarManagerActionCollection NodeFooterCustomizations { get; }
vb
<Browsable(False)>
Public ReadOnly Property NodeFooterCustomizations 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