ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxItemPopulateEventArgs Class / FilterText Property

In This Topic
    FilterText Property (C1ComboBoxItemPopulateEventArgs)
    In This Topic
    Gets or sets the FilterText.
    Syntax
    'Declaration
     
    Public Property FilterText As System.String
    public System.string FilterText {get; set;}
    See Also