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


In This Topic
    IsDropDownOpen Property (TokenizedTextBox)
    In This Topic
    Gets or sets a value indicating whether the dropdown is open.
    Syntax
    'Declaration
     
    Public Property IsDropDownOpen As Boolean
    'Usage
     
    Dim instance As TokenizedTextBox
    Dim value As Boolean
     
    instance.IsDropDownOpen = value
     
    value = instance.IsDropDownOpen
    public bool IsDropDownOpen {get; set;}

    Property Value

    true if the dropdown is open, otherwise false.
    Requirements

    See Also