Basic Library for WPF and Silverlight | ComponentOne
C1.WPF 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 String
    public string GroupName {get; set;}
    See Also