ComponentOne Basic Library for WPF and Silverlight
GroupName Property (C1RadialMenuItem)


C1.Silverlight 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 System.String
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.String
 
instance.GroupName = value
 
value = instance.GroupName
public System.string GroupName {get; set;}
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members