Back to Devexpress

TreeViewNodeMenuEventArgs.Customizations Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treeviewnodemenueventargs-4eb0b3d5.md

latest1.2 KB
Original Source

TreeViewNodeMenuEventArgs.Customizations Property

Gets a collection of actions for the context menu.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public BarManagerActionCollection Customizations { get; }
vb
Public ReadOnly Property Customizations As BarManagerActionCollection

Property Value

TypeDescription
BarManagerActionCollection

A collection of actions for the context menu.

|

See Also

TreeViewNodeMenuEventArgs Class

TreeViewNodeMenuEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace