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 System.String
             
        
            
            public System.string GroupName {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also