ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / AutoSelect Property

In This Topic
    AutoSelect Property
    In This Topic
    Determines whether C1RadialMenuItem should update SelectedIndex property acccording to the end-user selection.
    Syntax
    'Declaration
     
    Public Property AutoSelect As System.Boolean
    public System.bool AutoSelect {get; set;}
    Remarks
    This property only makes sense for items with sub-items.
    See Also