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

RadioGroupItem.AccessibleName Property

A RadioGroupItem‘s name passed to accessibility software.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Accessibility")]
public virtual string AccessibleName { get; set; }

Property Value

Type Default Description
String *null*

A RadioGroupItem‘s name passed to accessibility software.

See Also