XFINIUM.PDF Documentation
RadiosInUnison Property



Xfinium.Pdf.Forms Namespace > PdfRadioButtonField Class : RadiosInUnison Property
Gets or sets a value indicating whether all the widgets the same export value in the same radio button group should be selected.
Syntax
'Declaration
 
Public Property RadiosInUnison As Boolean
'Usage
 
Dim instance As PdfRadioButtonField
Dim value As Boolean
 
instance.RadiosInUnison = value
 
value = instance.RadiosInUnison
public bool RadiosInUnison {get; set;}
public:
property bool RadiosInUnison {
   bool get();
   void set (    bool value);
}

Property Value

If true, a group of radio buttons widgets within a radio button field that use the same export value will turn on and off in unison.
Remarks
If set, a group of radio buttons within a radio button field that use the same export value will turn on and off in unison; that is if one is checked, they are all checked. If clear, the buttons are mutually exclusive.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfRadioButtonField Class
PdfRadioButtonField Members