WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridRecordContextMenuInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridRecordContextMenuInfo

    Represents a class that provides information to the Record ContextMenu of DataGrid.

    Inheritance
    System.Object
    GridContextMenuInfo
    GridRecordContextMenuInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    GridContextMenuInfo.OnPropertyChanged(String)
    GridContextMenuInfo.DataGrid
    GridContextMenuInfo.SourceDataGrid
    GridContextMenuInfo.PropertyChanged
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridRecordContextMenuInfo : GridContextMenuInfo, INotifyPropertyChanged

    Constructors

    GridRecordContextMenuInfo()

    Declaration
    public GridRecordContextMenuInfo()

    Properties

    Record

    Gets the corresponding record where the context menu is opened.

    Declaration
    public object Record { get; }
    Property Value
    Type Description
    System.Object

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved