AccessibleDescription Property (Image)
Gets or sets a description of the control used by accessibility client applications.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the accessible description of the image.
Image image = new Image();
image.AccessibleDescription = "Image of a product.";