Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenuItem Class / CollapseOnClick Property

In This Topic
    CollapseOnClick Property (C1RadialMenuItem)
    In This Topic
    Gets or sets a value indicating if the menu will auto collapse when the user clicks on item which has no child items.
    Syntax
    'Declaration
     
    
    Public Property CollapseOnClick As Boolean
    public bool CollapseOnClick {get; set;}
    See Also