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