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

In This Topic
    GroupName Property (C1RadialMenuItem)
    In This Topic
    Gets or sets the name that specifies which MenuItems are mutually exclusive (when checkable).
    Syntax
    'Declaration
     
    Public Property GroupName As System.String
    public System.string GroupName {get; set;}
    See Also