Back to Devexpress

ButtonSettings.GroupName Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-buttonsettings-6f0fe8a3.md

latest1.6 KB
Original Source

ButtonSettings.GroupName Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string GroupName { get; set; }
vb
Public Property GroupName As String

Property Value

TypeDescription
String

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

|

Remarks

Use the GroupName property to specify a group of buttons, to create a mutually exclusive set of buttons. 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 button in the specified group can be checked at a time. A button’s checked state is controlled by its ButtonSettings.Checked property or the client ASPxClientButton.SetChecked method.

See Also

Button

ButtonSettings Class

ButtonSettings Members

DevExpress.Web.Mvc Namespace