Enum ContextMenuType
Defines the constants that specify the type of shortcut menu in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum ContextMenuType
Fields
| Name | Description |
|---|---|
| GroupCaption | Specifies the shortcut menu that will be opened at CaptionSummaryRow. |
| GroupDropArea | Specifies the shortcut menu that will be opened at GroupDropArea. |
| GroupDropAreaItem | Specifies the shortcut menu that will be opened at GroupDropAreaItem. |
| GroupSummary | Specifies the shortcut menu that will be opened at GroupSummaryRow. |
| Header | Specifies the shortcut menu that will be opened at header cells. |
| RecordCell | Specifies the shortcut menu that will be opened at record cells. |
| TableSummary | Specifies the shortcut menu that will be opened at TableSummaryRow. |