Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1MenuItem Class / GroupName Property

In This Topic
    GroupName Property (C1MenuItem)
    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