Sparkline for UWP | ComponentOne
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 Boolean
    public bool AutoClose {get; set;}
    See Also