alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Enum ContextMenuType

    Defines the constants that specify the type of context menu in DataGrid.

    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public enum ContextMenuType

    Fields

    Name Description
    ColumnHeader

    Specifies the context menu that will be opened at column header cells.

    GroupCaption

    Specifies the context menu that will be opened at CaptionSummaryRow.

    GroupDropArea

    Specifies the context menu that will be opened at GroupDropArea.

    GroupDropAreaItem

    Specifies the context menu that will be opened at GroupDropAreaItem.

    GroupSummary

    Specifies the context menu that will be opened at GroupSummaryRow.

    Record

    Specifies the context menu that will be opened at record cells.

    RowHeader

    Specifies the context menu that will be opened at row header cells.

    TableSummary

    Specifies the context menu that will be opened at TableSummaryRow.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved