GridMenuType Enum
Lists values that specify the context menu type.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#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. |
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. |
Group
|
Corresponds to a menu invoked for the group row. |
Fix
|
Corresponds to a menu invoked for a fix row button. |
Compact
|
Corresponds to a menu invoked for sort items in compact panel. |
Compact
|
Corresponds to a menu invoked for a compact panel filter. |
Compact
|
Corresponds to a merged menu invoked for a filter and sort items in compact panel. |
#Related API Members
The following properties accept/return GridMenuType values:
#Remarks
The values listed by this enumeration are used to set the GridMenuInfo property’s value.