Back to Devexpress

GridMenuEventArgs.MenuType Property

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

latest3.2 KB
Original Source

GridMenuEventArgs.MenuType Property

Gets the context menu’s type.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public GridMenuType? MenuType { get; }
vb
Public ReadOnly Property MenuType As GridMenuType?

Property Value

TypeDescription
Nullable<GridMenuType>

A GridMenuType enumeration value that identifies the context menu.

|

Available values:

Show 12 items

NameDescription
Column

Corresponds to a menu invoked for a column header.

| | TotalSummary |

Corresponds to a menu invoked for the Summary Panel.

| | RowCell |

Corresponds to a menu invoked for the Row Cell.

| | GroupPanel |

Corresponds to a menu invoked for the group panel.

| | FixedTotalSummary |

Corresponds to a menu invoked for the Fixed Summary Panel.

| | Band |

Corresponds to a menu invoked for a band.

| | GroupFooterSummary |

Corresponds to a menu invoked for the Group Footer‘s summary.

| | GroupRow |

Corresponds to a menu invoked for the group row.

| | FixRowControl |

Corresponds to a menu invoked for a fix row button.

| | CompactPanelSortElement |

Corresponds to a menu invoked for sort items in compact panel.

| | CompactPanelFilter |

Corresponds to a menu invoked for a compact panel filter.

| | CompactPanelMergeMenu |

Corresponds to a merged menu invoked for a filter and sort items in compact panel.

|

Remarks

To learn more, see Context Menus.

See Also

GridMenuEventArgs Class

GridMenuEventArgs Members

DevExpress.Xpf.Grid Namespace