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

ASPxImageSlider.ShowImageArea Property

Gets or sets a value that specifies whether the image area is displayed within the ASPxImageSlider.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public bool ShowImageArea { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the area is visible, otherwise, false.

Remarks

Use the ShowImageArea property to specify whether the image area is visible within the ASPxImageSlider.

The appearance of the area can be customized using the ImageSliderStyles.ImageArea property.

See Also