Class ContextMenuType
Defines the constants that specify the type of shortcut menu in SfTreeGrid.
Inheritance
System.Object
ContextMenuType
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class ContextMenuType : Enum
Fields
ExpanderCell
Specifies the shortcut menu that will be opened at expander cells.
Declaration
public const ContextMenuType ExpanderCell
Field Value
Type |
---|
ContextMenuType |
HeaderCell
Specifies the shortcut menu that will be opened at header cells.
Declaration
public const ContextMenuType HeaderCell
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 |