Skip to main content

GridMenuEventArgs.MenuInfo Property

Gets information about the context menu.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public GridMenuInfo MenuInfo { get; }

#Property Value

Type Description
GridMenuInfo

A DevExpress.Xpf.Grid.GridMenuInfo object that contains information about the context menu.

See Also