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

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