ImageZoomNavigatorItem.ZoomWindowText Property
Gets or sets the text (description) of the current image item displayed in the zoom window footer.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value that specifies the text. |
Remarks
The text specified by the ZoomWindowText property is displayed in the zoom window footer.
When the AccessibilityCompliant property is enabled, an alternative text for an image is obtained from the ZoomWindowText property. If the ZoomWindowText property is not specified, an image’s filename and extension (saved within the ImageZoomNavigatorItem.ImageUrl property) are used to define its alternative text.
See Also