Back to Devexpress

GridMenuEventArgs Properties

wpf-devexpress-dot-xpf-dot-grid-dot-gridmenueventargs-dot-underscore-properties.md

latest2.5 KB
Original Source

GridMenuEventArgs Properties

Provides data for the DataViewBase.ShowGridMenu event.

NameDescription
CustomizationsProvides access to a collection of customizations of the grid menu, customized using this event handler.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
ItemsGets the menu items contained within the context menu.
MenuInfoGets information about the context menu.
MenuTypeGets the context menu’s type.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets the View that raised the event.
TargetElementGets the UI element for which the context menu is shown.

See Also

GridMenuEventArgs Class

GridMenuEventArgs Members

DevExpress.Xpf.Grid Namespace