Back to Devexpress

ASPxRadioButton.GroupName Property

aspnet-devexpress-dot-web-dot-aspxradiobutton.md

latest1.6 KB
Original Source

ASPxRadioButton.GroupName Property

Gets or sets the name of the group to which the radio button belongs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string GroupName { get; set; }
vb
<DefaultValue("")>
Public Property GroupName As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value specifying the name of the group to which the radio button belongs.

|

Remarks

Use the GroupName property to specify a grouping of radio buttons to create a mutually exclusive set of controls. You can use the GroupName property when only one selection is possible from a list of available options.

When this property is set, only one radio button in the specified group can be selected at a time.

See Also

Radio Button

ASPxRadioButton Class

ASPxRadioButton Members

DevExpress.Web Namespace