ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridSearch Class / Grid Property

In This Topic
    Grid Property (FlexGridSearch)
    In This Topic
    Gets or sets the FlexGrid that is connected to this FlexGridSearch.
    Syntax
    'Declaration
     
    Public Property Grid As String
    public string Grid {get; set;}
    See Also