GridMenuType Enum
In This Article
Lists values that specify the type of the Context Menus.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Column | Corresponds to a menu invoked for a column header. |
Total |
Corresponds to a menu invoked for the Summary Panel. |
Row |
Corresponds to a menu invoked for the Row Cell. This menu should be created manually. |
Group |
Corresponds to a menu invoked for the group panel. |
Fixed |
Corresponds to a menu invoked for the Fixed Summary Panel. |
Band | Corresponds to a menu invoked for a band. |
Group |
Corresponds to a menu invoked for the Group Footer's summary. |
#Remarks
The values listed by this enumeration are used to set the DevExpress.Xpf.Grid.GridMenuInfo property's value. To learn more, see Context Menus.
See Also