Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / TokenizedTextBox Class / AllowInvalidValues Property


    AllowInvalidValues Property
    Gets or sets if invalid values are allowed (i.e.: values not found in the ItemsSource if an ItemsSource is used).
    Syntax
    'Declaration
     
    Public Property AllowInvalidValues As Boolean
     
    'Usage
     
    Dim instance As TokenizedTextBox
    Dim value As Boolean
     
    instance.AllowInvalidValues = value
     
    value = instance.AllowInvalidValues

    Property Value

    true if invalid values are allowed, otherwise false.
    Requirements

    See Also