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

In This Topic
    IsSelectable Property (C1RadialMenuItem)
    In This Topic
    Determines whether this item should be honored when SelectedIndex property is changed acccording to the end-user selection.
    Syntax
    'Declaration
     
    Public Property IsSelectable As System.Boolean
    public System.bool IsSelectable {get; set;}
    See Also