WinForms

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

    Show / Hide Table of Contents

    Interface IGridModelSource

    Provides functionality to an object to return a list that can GridModel.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public interface IGridModelSource

    Properties

    Model

    Gets a reference to a GridModel.

    Declaration
    GridModel Model { get; }
    Property Value
    Type Description
    GridModel
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved