Back to Devexpress

RadioGroupItem() Constructor

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-radiogroupitem-dot-ctor-323aaf6a.md

latest1.5 KB
Original Source

RadioGroupItem() Constructor

Initializes a new instance of the RadioGroupItem class.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public RadioGroupItem()
vb
Public Sub New

Remarks

The constructor sets the RadioGroupItem.Value property to null. Note: to ensure correct execution of a radio group editor, items in the RadioGroupItemCollection collection must have unique values.

See Also

Add(RadioGroupItem)

RadioGroupItemCollection

RadioGroupItem Class

RadioGroupItem Members

DevExpress.XtraEditors.Controls Namespace