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
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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