Skip to main content

RepositoryItemRadioGroup() Constructor

Initializes a new RepositoryItemRadioGroup class instance with default settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RepositoryItemRadioGroup()

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