Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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