WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridViewNotifier

    Show / Hide Table of Contents

    Interface IGridViewNotifier

    Interface that handles the methods relating to the grid view.

    Namespace: Syncfusion.UI.Xaml.Data
    Assembly: Syncfusion.Data.WinUI.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 Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved