Skip to main content
All docs
V23.2

PivotGridField.AccessibleDescription Property

Gets or sets the object’s description used by accessibility client applications.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual string AccessibleDescription { get; set; }

Property Value

Type Default Description
String null

The object’s description used by accessibility client applications.

Remarks

The AccessibleDescription property allows you to set a textual description of a UI element’s visual appearance. This description serves two purposes:

  • to give greater context for users with vision impairment;
  • for context searching or other applications.

Read the following topics for more information: Control.AccessibleDescription and DevExpress Accessibility Support.

See Also