Skip to main content

RadioGroupItemCollection() Constructor

Initializes a new instance of the RadioGroupItemCollection class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RadioGroupItemCollection()

Remarks

A RepositoryItemRadioGroup object invokes the current constructor internally to instantiate the RepositoryItemRadioGroup.Items property. This constructor maintains the .NET infrastructure and is not intended to be used directly.

See Also