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

ImageZoomNavigatorSettings.ZoomWindowTextField Property

Gets or sets the data source field which provides an item’s zoom window text.

Namespace: DevExpress.Web.Mvc

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

Declaration

public string ZoomWindowTextField { get; set; }

Property Value

Type Description
String

A string value that specifies the name of the data source field which contains zoom window texts.

Remarks

The ZoomWindowTextField property is in effect if the ImageZoomNavigator extension is bound to a data source.

Use the ZoomWindowTextField property to specify the bound data source’s data field (or an xml element’s attribute) which stores item zoom window texts. The ZoomWindowTextField property maps the ImageZoomNavigatorItem.ZoomWindowText properties of an item’s objects to the specified data field’s values.

If the ZoomWindowTextField property of a data bound ImageZoomNavigator extension is not defined, the extension can automatically obtain an item’s texts from a data field whose name is “ZoomWindowText”.

See Also