Class GridContextFlyoutInfo
Represents a class that provides information to the ContextFlyout of DataGrid.
Inheritance
System.Object
GridContextFlyoutInfo
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridContextFlyoutInfo : Object, INotifyPropertyChanged
Constructors
GridContextFlyoutInfo()
Declaration
public GridContextFlyoutInfo()
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 GridContextFlyoutInfo class.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged