Class ContextFlyoutType
Defines the constants that specify the type of shortcut menu in SfTreeGrid.
Inheritance
System.Object
ContextFlyoutType
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class ContextFlyoutType : Enum
Fields
ExpanderCell
Specifies the shortcut menu that will be opened at expander cells.
Declaration
public const ContextFlyoutType ExpanderCell
Field Value
Type |
---|
ContextFlyoutType |
HeaderCell
Specifies the shortcut menu that will be opened at header cells.
Declaration
public const ContextFlyoutType HeaderCell
Field Value
Type |
---|
ContextFlyoutType |
RecordCell
Specifies the shortcut menu that will be opened at record cells.
Declaration
public const ContextFlyoutType RecordCell
Field Value
Type |
---|
ContextFlyoutType |