Gets or sets the group index of the current radio button. Only one radio button in a group can be checked at any time.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int GroupIndex { get; set; }
Visual Basic
Public Property GroupIndex As Integer
	Get
	Set

Remarks

By default, all RenderInputRadioButton objects are placed in a single group with the GroupIndex set to -1.

See Also