Skip to main content

ImageSliderExtension.BindToFolder(String) Method

Binds the ImageSlider to the folder specified by its name.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImageSliderExtension BindToFolder(
    string folder
)

Parameters

Name Type Description
folder String

A string specifying the path to the folder that contains images.

Returns

Type Description
ImageSliderExtension

An extension object.

See Also