alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ColumnContextMenuInfo

    Represents a class that provides information about the corresponding column to the context menu of the DataGrid.

    Inheritance
    System.Object
    ContextMenuInfo
    ColumnContextMenuInfo
    Inherited Members
    ContextMenuInfo.DataGrid
    Namespace: Syncfusion.WinForms.DataGrid.Interactivity
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class ColumnContextMenuInfo : ContextMenuInfo

    Constructors

    ColumnContextMenuInfo()

    Declaration
    public ColumnContextMenuInfo()

    Properties

    Column

    Gets the corresponding column where the context menu is opened.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type
    GridColumn
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved