menu

WinForms

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

    Show / Hide Table of Contents

    Class RowContextMenuInfo

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

    Inheritance
    System.Object
    ContextMenuInfo
    RowContextMenuInfo
    Inherited Members
    ContextMenuInfo.DataGrid
    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 RowContextMenuInfo : ContextMenuInfo

    Constructors

    RowContextMenuInfo()

    Declaration
    public RowContextMenuInfo()

    Properties

    Row

    Gets the corresponding row data where the context menu is opened.

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