ASPxImageSliderBase.ImageSourceFolder Property
Gets or sets the path to the folder that contains images displayed by the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value specifying the path to the images. |
Remarks
The ImageSourceFolder property specifies the location of the images that are displayed in the control. The corresponding thumbnails are created automatically.
Note
If the ImageSourceFolder property is specified, the binding to a data source and Items collection are not in effect.
Note
For the ASPxImageZoomNavigator control only.
Specifying the ImageSourceFolder property requires the AutoGeneratedImagesSettingsBase.ImageCacheFolder property to be specified. To learn more, see the Image Caching topic.