Back to Devexpress

ASPxImageSliderBase.ImageSourceFolder Property

aspnet-devexpress-dot-web-dot-aspximagesliderbase.md

latest2.0 KB
Original Source

ASPxImageSliderBase.ImageSourceFolder Property

Gets or sets the path to the folder that contains images displayed by the control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public virtual string ImageSourceFolder { get; set; }
vb
<DefaultValue("")>
Public Overridable Property ImageSourceFolder As String

Property Value

TypeDefaultDescription
StringString.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.

See Also

Image Slider

ASPxImageSliderBase Class

ASPxImageSliderBase Members

DevExpress.Web Namespace