Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1ToolbarToggleItem Class / GroupName Property

In This Topic
    GroupName Property (C1ToolbarToggleItem)
    In This Topic
    Gets or sets the name that specifies which C1ToolbarToggleItem controls are mutually exclusive.
    Syntax
    'Declaration
     
    
    Public Property GroupName As String
    public string GroupName {get; set;}
    See Also