RepositoryItemRadioGroup() Constructor
Initializes a new RepositoryItemRadioGroup class instance with default settings.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The constructor creates a new RepositoryItemRadioGroup class instance and sets properties to their default values.
When a RadioGroup control is created, the current constructor is automatically invoked to initialize the control’s RadioGroup.Properties object. Generally you do not need to call the RepositoryItemRadioGroup constructor in your code.
See Also