Class ContextMenuType
Defines the constants that specify the type of shortcut menu in SfDataGrid.
Inheritance
System.Object
ContextMenuType
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class ContextMenuType : Enum
Fields
GroupCaption
Specifies the shortcut menu that will be opened at CaptionSummaryRow.
Declaration
public const ContextMenuType GroupCaption
Field Value
Type |
---|
ContextMenuType |
GroupDropArea
Specifies the shortcut menu that will be opened at GroupDropArea.
Declaration
public const ContextMenuType GroupDropArea
Field Value
Type |
---|
ContextMenuType |
GroupDropAreaItem
Specifies the shortcut menu that will be opened at GroupDropAreaItem.
Declaration
public const ContextMenuType GroupDropAreaItem
Field Value
Type |
---|
ContextMenuType |
GroupSummary
Specifies the shortcut menu that will be opened at GroupSummaryRow.
Declaration
public const ContextMenuType GroupSummary
Field Value
Type |
---|
ContextMenuType |
Header
Specifies the shortcut menu that will be opened at header cells.
Declaration
public const ContextMenuType Header
Field Value
Type |
---|
ContextMenuType |
RecordCell
Specifies the shortcut menu that will be opened at record cells.
Declaration
public const ContextMenuType RecordCell
Field Value
Type |
---|
ContextMenuType |
TableSummary
Specifies the shortcut menu that will be opened at TableSummaryRow.
Declaration
public const ContextMenuType TableSummary
Field Value
Type |
---|
ContextMenuType |