Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / TokenItem Class / IsValid Property


In This Topic
    IsValid Property (TokenItem)
    In This Topic
    Get/Set if the Token is valid (the Token is found in the ItemsSource, if provided).
    Syntax
    'Declaration
     
    Public Property IsValid As Boolean
    'Usage
     
    Dim instance As TokenItem
    Dim value As Boolean
     
    instance.IsValid = value
     
    value = instance.IsValid
    public bool IsValid {get; set;}
    Requirements

    See Also