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

ImageZoomImages.Hint Property

Gets the settings of an image displayed within a preview image hint.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties Hint { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

Remarks

Use the ASPxImageZoom.HintText and Hint properties to specify the hint text and image, respectively. The hint visibility is controlled by the ASPxImageZoom.ShowHint property.

ImageZoom - Hint

See Also