menu

WinForms

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

    Show / Hide Table of Contents

    Class ContextMenuInfo

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

    Inheritance
    System.Object
    ContextMenuInfo
    ColumnContextMenuInfo
    GroupDropAreaContextMenuInfo
    RowContextMenuInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Interactivity
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class ContextMenuInfo

    Constructors

    ContextMenuInfo()

    Declaration
    public ContextMenuInfo()

    Properties

    DataGrid

    Gets the reference to SfDataGrid control.

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