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

NuGet Package: DevExpress.Web

#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