Back to Devexpress

RadioGroupItem(Object, String) Constructor

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-radiogroupitem-dot-ctor-x28-system-dot-object-system-dot-string-x29.md

latest2.0 KB
Original Source

RadioGroupItem(Object, String) Constructor

Initializes a new instance of the RadioGroupItem class and sets its RadioGroupItem.Value and RadioGroupItem.Description to the specified parameters.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public RadioGroupItem(
    object value,
    string description
)
vb
Public Sub New(
    value As Object,
    description As String
)

Parameters

NameTypeDescription
valueObject

An object to initialize the RadioGroupItem.Value property.

| | description | String |

An object to initialize the RadioGroupItem.Description property.

|

See Also

Add(RadioGroupItem)

RadioGroupItem Class

RadioGroupItem Members

DevExpress.XtraEditors.Controls Namespace