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

In This Topic
    Text Property (FlexGridSearchTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridSearch.Text. Sets the text to search for. The text may include multiple terms, separated by spaces.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    See Also