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

In This Topic
    CssMatch Property (FlexGridSearchTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridSearch.CssMatch. Sets the name of the CSS class used to highlight any parts of the content that match the search terms.
    Syntax
    'Declaration
     
    Public Property CssMatch As String
    public string CssMatch {get; set;}
    See Also