Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ShowImageArea { get; set; }

Property Value

Type Description
Boolean

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

See Also