Skip to main content
All docs
V25.1
  • BoundImageDashboardItem.ImageAltTextDimension Property

    Gets or sets the dimension that provides data for the BoundImageDashboardItem alt text.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    [DefaultValue(null)]
    public Dimension ImageAltTextDimension { get; set; }

    Property Value

    Type Default Description
    Dimension null

    A Dimension object that provides data for the BoundImageDashboardItem alt text.

    Remarks

    You can specify the alternative text that depends on the selected dimension. 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.

    For a code sample, see ImageDimension.

    See Also