ComponentOne FinancialChart for WPF
GroupName Property (C1RadialMenuItem)



C1.WPF Namespace > C1RadialMenuItem Class : GroupName Property
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 C1RadialMenuItem
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

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members