ImageZoomSettings.HintText Property
Gets or sets the text caption displayed in the hint.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
See Also