ASP.NET Core MVC Controls | ComponentOne
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 System.String
    'Usage
     
    
    Dim instance As FlexGridSearch
    Dim value As System.String
     
    instance.CssMatch = value
     
    value = instance.CssMatch
    public System.string CssMatch {get; set;}
    public read-write property CssMatch: System.String; 
    public function get,set CssMatch : System.String
    public: __property System.string* get_CssMatch();
    public: __property void set_CssMatch( 
       System.string* value
    );
    public:
    property System.String^ CssMatch {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also