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

In This Topic
    ForceSelectionText Property
    In This Topic
    A value that determines whether to check the input text against the text of the selected item when the focus blurs. Default: false. Type: Boolean.
    Syntax
    'Declaration
     
    Public Property ForceSelectionText As System.Boolean
    public System.bool ForceSelectionText {get; set;}
    Remarks
    If the text does not match any item, input text will restore to text the selected item or empty if no item is selected.
    See Also