In This Topic
Gets or sets a value indicating whether a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked. If clear, the buttons are mutually exclusive (the same behavior as HTML radio buttons).
Syntax
'Declaration
Public Property RadiosInUnison As System.Boolean
public System.bool RadiosInUnison {get; set;}
See Also