ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1MenuItem
    Dim value As String
     
    instance.GroupName = value
     
    value = instance.GroupName
    public string GroupName {get; set;}
    public:
    property String^ GroupName {
       String^ get();
       void set (    String^ value);
    }
    See Also