A name that identifies a radiobutton group. All other radiobuttons in a display with the same GroupName are included in the radiobutton behavior. This property is unused for normal buttons and check buttons.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string GroupName { get; set; }
Visual Basic
Public Property GroupName As String
	Get
	Set
JScript
function get GroupName () : String
function set GroupName (value : String)

See Also