Enum ContextMenuType
Defines the constants that specify the type of context menu in DataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum ContextMenuType
Fields
| Name | Description |
|---|---|
| ColumnHeader | Specifies the context menu that will be opened at column header cells. |
| GroupCaption | Specifies the context menu that will be opened at CaptionSummaryRow. |
| GroupDropArea | Specifies the context menu that will be opened at GroupDropArea. |
| GroupDropAreaItem | Specifies the context menu that will be opened at GroupDropAreaItem. |
| GroupSummary | Specifies the context menu that will be opened at GroupSummaryRow. |
| Record | Specifies the context menu that will be opened at record cells. |
| RowHeader | Specifies the context menu that will be opened at row header cells. |
| TableSummary | Specifies the context menu that will be opened at TableSummaryRow. |