Class GridContextMenuInfo
Represents a class that provides information to the ContextMenu of DataGrid.
Inheritance
System.Object
GridContextMenuInfo
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class GridContextMenuInfo : Object, INotifyPropertyChanged
Constructors
GridContextMenuInfo()
Declaration
public GridContextMenuInfo()
Properties
DataGrid
Gets the reference to the SfDataGrid control.
Declaration
public SfDataGrid DataGrid { get; }
Property Value
Type |
---|
SfDataGrid |
SourceDataGrid
Gets the reference to the SfDataGrid control that is used as SourceDataGrid in DetailsView.
Declaration
public SfDataGrid SourceDataGrid { get; }
Property Value
Type |
---|
SfDataGrid |
Methods
OnPropertyChanged(String)
Occurs when a property value changes.
Declaration
protected void OnPropertyChanged(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The corresponding property name. |
Events
PropertyChanged
Occurs when the property value changes in GridContextMenuInfo class.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged