Skip to main content
Tab

ImageSliderItem.ThumbnailTemplate Property

Gets or sets a template used for displaying the content of the particular item’s thumbnail.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public ITemplate ThumbnailTemplate { get; set; }

Property Value

Type Default Description
ITemplate null

An object supporting the ITemplate interface, which contains the template used for displaying the item thumbnail.

Remarks

Use the ThumbnailTemplate property to control the contents of the particular item’s thumbnail.

In order to define a common content for all items within an ASPxImageSlider control, use the ASPxImageSlider.ItemThumbnailTemplate property.

Note

Once a template defined by this property is created, it is instantiated within a container represented by the ImageSliderItemTemplateContainer class. The ImageSliderItemTemplateContainer class implements a set of properties which can be useful when designing a template and binding the controls composing this template to data.

See Also