Skip to main content

RadioGroupItem(Object, String, Boolean, Object, String) Constructor

Initializes a new instance of the RadioGroupItem class with specified settings.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RadioGroupItem(
    object value,
    string description,
    bool enabled,
    object tag,
    string accessibleName
)

Parameters

Name Type
value Object
description String
enabled Boolean
tag Object
accessibleName String
See Also