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

In This Topic
    IsCheckable Property (C1RadialMenuItem)
    In This Topic
    Gets a value that indicates whether a C1RadialMenuItem can be checked.
    Syntax
    'Declaration
     
    Public Property IsCheckable As System.Boolean
    public System.bool IsCheckable {get; set;}
    See Also