FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonToggleButton Class / ToggleGroupName Property

In This Topic
    ToggleGroupName Property (RibbonToggleButton)
    In This Topic
    Gets or sets the name of the group of toggle buttons which are mutually exclusive.
    Syntax
    'Declaration
     
    Public Property ToggleGroupName As System.String
    public System.string ToggleGroupName {get; set;}
    See Also