Class GridRecordContextMenuInfo
Represents a class that provides information to the Record ContextMenu of DataGrid.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.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 |
---|
System.Object |
Implements
System.ComponentModel.INotifyPropertyChanged