Back to Devexpress

GridMenuEventArgs.Customizations Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridmenueventargs-fcd97eaf.md

latest1.3 KB
Original Source

GridMenuEventArgs.Customizations Property

Provides access to a collection of customizations of the grid menu, customized using this event handler.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.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 BarManagerActionCollection object.

|

Remarks

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

See Also

GridMenuEventArgs Class

GridMenuEventArgs Members

DevExpress.Xpf.Grid Namespace