ImageSliderImageAreaSettings.ShowItemText Property
In This Article
OBSOLETE
Use the Item
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 |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Show |
---|---|---|
ASP. |
Image |
|
ASP. |
ASPx |
|
#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