Class ContextMenuType
Defines the constants that specify the type of context menu in DataGrid.
Inheritance
System.Object
ContextMenuType
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class ContextMenuType : Enum
Fields
ColumnHeader
Specifies the context menu that will be opened at column header cells.
Declaration
public const ContextMenuType ColumnHeader
Field Value
| Type |
|---|
| ContextMenuType |
GroupCaption
Specifies the context menu that will be opened at CaptionSummaryRow.
Declaration
public const ContextMenuType GroupCaption
Field Value
| Type |
|---|
| ContextMenuType |
GroupDropArea
Specifies the context menu that will be opened at GroupDropArea.
Declaration
public const ContextMenuType GroupDropArea
Field Value
| Type |
|---|
| ContextMenuType |
GroupDropAreaItem
Specifies the context menu that will be opened at GroupDropAreaItem.
Declaration
public const ContextMenuType GroupDropAreaItem
Field Value
| Type |
|---|
| ContextMenuType |
GroupSummary
Specifies the context menu that will be opened at GroupSummaryRow.
Declaration
public const ContextMenuType GroupSummary
Field Value
| Type |
|---|
| ContextMenuType |
Record
Specifies the context menu that will be opened at record cells.
Declaration
public const ContextMenuType Record
Field Value
| Type |
|---|
| ContextMenuType |
RowHeader
Specifies the context menu that will be opened at row header cells.
Declaration
public const ContextMenuType RowHeader
Field Value
| Type |
|---|
| ContextMenuType |
TableSummary
Specifies the context menu that will be opened at TableSummaryRow.
Declaration
public const ContextMenuType TableSummary
Field Value
| Type |
|---|
| ContextMenuType |