Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RadioGroupItem(
    object value,
    string description
)

Parameters

Name Type Description
value Object

An object to initialize the RadioGroupItem.Value property.

description String

An object to initialize the RadioGroupItem.Description property.

See Also