Skip to main content
Tab

ImageZoomImages.Hint Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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