Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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