Back to Devexpress

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

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

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public RadioGroupItem(
    object value,
    string description,
    bool enabled,
    object tag,
    string accessibleName
)
vb
Public Sub New(
    value As Object,
    description As String,
    enabled As Boolean,
    tag As Object,
    accessibleName As String
)

Parameters

NameType
valueObject
descriptionString
enabledBoolean
tagObject
accessibleNameString

See Also

RadioGroupItem Class

RadioGroupItem Members

DevExpress.XtraEditors.Controls Namespace