[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.RadioButtonField.RadiosInUnison

RadiosInUnison Property

RadiosInUnison

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).

Declaration
public bool RadiosInUnison { get; set; }
Public Property RadiosInUnison As Boolean