Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(true)]
[Obsolete("Use the ItemTextVisibilityMode property instead.")]
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:

Library Object Type Path to ShowItemText
ASP.NET MVC Extensions ImageSliderSettings
.SettingsImageArea .ShowItemText
ASP.NET Web Forms Controls ASPxImageSlider
.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