ASPxImageSlider.TextField Property
Gets or sets the data source field which provides item descriptions.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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