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

ASPxImageSlider.TextField Property

Gets or sets the data source field which provides item descriptions.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string TextField { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the data source field which contains item descriptions.

Remarks

The ASPxImageSlider can display the item text in the item text area if it is enabled by the ImageSliderImageAreaSettings.ItemTextVisibility property. Use the TextField property to specify the data source field from which the item text should be obtained.

If the TextField property of a data bound image slider is not defined, the control can automatically obtain item text from a data field whose name is “Text”.

See Also