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


In This Topic
    AllowDuplicateValues Property
    In This Topic
    Gets or sets if duplicate Tokens are allowed.
    Syntax
    'Declaration
     
    Public Property AllowDuplicateValues As Boolean
    'Usage
     
    Dim instance As TokenizedTextBox
    Dim value As Boolean
     
    instance.AllowDuplicateValues = value
     
    value = instance.AllowDuplicateValues
    public bool AllowDuplicateValues {get; set;}

    Property Value

    true if duplicate Tokens are allowed, otherwise false.
    Requirements

    See Also