ImageDashboardItem.ImageAltText Property
Gets or sets a string that is used as alternative text for a static image.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | null | The String value that is used as alternative text. |
Remarks
You can specify the alternative text for a static image. Alt text makes images accessible to users who cannot see them, especially those using screen readers.
For information on how to set alt text in the UI, refer to the following help topic: Add Alternative Text for Image and Bound Image Items in WinForms.
See Also