Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialNumericItem Class / AutoSelect Property

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