menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContextFlyoutType - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    ContextFlyoutType

    GroupDropArea

    Specifies the shortcut menu that will be opened at GroupDropArea.

    Declaration
    public const ContextFlyoutType GroupDropArea
    Field Value
    Type
    ContextFlyoutType

    GroupDropAreaItem

    Specifies the shortcut menu that will be opened at GroupDropAreaItem.

    Declaration
    public const ContextFlyoutType GroupDropAreaItem
    Field Value
    Type
    ContextFlyoutType

    GroupSummary

    Specifies the shortcut menu that will be opened at GroupSummaryRow.

    Declaration
    public const ContextFlyoutType GroupSummary
    Field Value
    Type
    ContextFlyoutType

    Header

    Specifies the shortcut menu that will be opened at header cells.

    Declaration
    public const ContextFlyoutType Header
    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

    TableSummary

    Specifies the shortcut menu that will be opened at TableSummaryRow.

    Declaration
    public const ContextFlyoutType TableSummary
    Field Value
    Type
    ContextFlyoutType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved