ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DropDownButton Class / AutoClose Property

In This Topic
    AutoClose Property (C1DropDownButton)
    In This Topic
    Auto closes the dropdown when the user clicks outside it.
    Syntax
    'Declaration
     
    Public Property AutoClose As System.Boolean
    public System.bool AutoClose {get; set;}
    See Also