Skip to main content
All docs
V25.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.v25.1.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