C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderInputRadioButton Class / GroupIndex Property

In This Topic
GroupIndex Property
In This Topic
Gets or sets the group index of the current radio button. Only one radio button in a group can be checked at any time.
Syntax
'Declaration
 
Public Property GroupIndex As Integer
 
Remarks
By default, all RenderInputRadioButton objects are placed in a single group with the GroupIndex set to -1.
See Also