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

In This Topic
    CssMatch Property (FlexGridSearch)
    In This Topic
    Gets or 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