CssMatch Property (MultiAutoComplete<T>)
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 Overridable Property CssMatch As String
public virtual string CssMatch {get; set;}
See Also