Interface IGridViewNotifier
Interface that handles the methods relating to the grid view.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public interface IGridViewNotifier
  Methods
AttachGridView(Object)
Sets grid in the view.
Declaration
void AttachGridView(object dataGrid)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | dataGrid | The reference of the SfDataGrid.  | 
      
DetachGridView()
Detach the grid instance present in the view while disposing the view and reusing.
Declaration
void DetachGridView()
  GetDataGrid()
Gets the dataGrid present in the view.
Declaration
object GetDataGrid()
  Returns
| Type | 
|---|
| System.Object |