Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / RadioButton Class / GroupName Property


In This Topic
    GroupName Property
    In This Topic
    Gets or sets a group name for the RadioButton.
    Syntax
    'Declaration
     
    
    Public Property GroupName As String
    'Usage
     
    
    Dim instance As RadioButton
    Dim value As String
     
    instance.GroupName = value
     
    value = instance.GroupName
    public string GroupName {get; set;}
    Remarks

    All RadioButtons with the same GroupName will be considered as part of the same group & a unique method of selecting them will be available.

    When no GroupName is defined, RadioButtons within the same parent will be considered as their own group & a unique method of selecting them will be available as well.

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also