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

ImageSliderImageAreaSettings.ShowItemText Property

OBSOLETE

Use the ItemTextVisibilityMode property instead.

Gets or sets whether the item text area is displayed within the image area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("Use the ItemTextVisibilityMode property instead.")]
[DefaultValue(true)]
public bool ShowItemText { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display item text; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowItemText
ASPxImageSlider
.SettingsImageArea.ShowItemText
ImageSliderSettings
.SettingsImageArea.ShowItemText
MVCxImageSlider
.SettingsImageArea.ShowItemText

Remarks

Use the ShowItemText property to control whether the item text specified via the ImageSliderItem.Text property is displayed in the image area.

See Also