Class GridRecordContextFlyoutInfo
Represents a class that provides information to the Record ContextFlyout of DataGrid.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridRecordContextFlyoutInfo : GridContextFlyoutInfo, INotifyPropertyChanged
Constructors
GridRecordContextFlyoutInfo()
Declaration
public GridRecordContextFlyoutInfo()
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