Skip to main content

ImageZoomNavigatorSettings.ExpandWindowTextField Property

Gets or sets the data source field which provides item expand window text.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string ExpandWindowTextField { get; set; }

Property Value

Type Description
String

A string value that specifies the name of the required data source field.

Remarks

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

Use the ExpandWindowTextField property to specify the data field of a bound data source (or an xml element’s attribute) which stores an item’s expand window text. The ExpandWindowTextField property maps the ImageZoomNavigatorItem.ExpandWindowText properties of item objects to the specified data field’s values.

If the ExpandWindowTextField property of a data bound ImageZoomNavigator extension is not defined, the extension can automatically obtain an item text from a data field whose name is “ExpandWindowText”.

See Also