alexa

    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
    GridModel
    Back to top Generated by DocFX