Skip to main content

ImageZoomSettings.HintText Property

Gets or sets the text caption displayed in the hint.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string HintText { get; set; }

Property Value

Type Description
String

A string value that specifies the hint text.

Remarks

Use the HintText and ImageZoomImages.Hint properties to specify the hint text and image, respectively. You can be specify the hint text visibility using the ImageZoomSettings.ShowHintText property. The entire hint visibility is controlled by the ImageZoomSettings.ShowHint property.

ImageZoom - Hint

See Also