Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1SplitButton Class / AutoClose Property

In This Topic
    AutoClose Property (C1SplitButton)
    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