Skip to main content
A newer version of this page is available. .

RadioButtonSettings.GroupName Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string GroupName { get; set; }

Property Value

Type Description
String

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, creating 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 at a time can be selected in the specified group .

See Also