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

In This Topic
    Grid Property (FlexGridSearchTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridSearch.Grid. Sets the FlexGrid that is connected to this FlexGridSearch.
    Syntax
    'Declaration
     
    Public Property Grid As String
    public string Grid {get; set;}
    See Also