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

ImageSliderSettings.ShowImageArea Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public bool ShowImageArea { get; set; }

Property Value

Type Description
Boolean

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

See Also