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
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 ShowItemText |
---|---|---|
ASP.NET MVC Extensions | ImageSliderSettings |
|
ASP.NET Web Forms Controls | ASPxImageSlider |
|
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