ASPxImageSlider.ItemThumbnailTemplate Property
Gets or sets a common template used for displaying the content of all item thumbnails.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the ITemplate interface, which contains the template used for displaying all item thumbnails. |
Remarks
Use the ItemThumbnailTemplate property to define a common item thumbnail template.
The thumbnail content of an individual item can be defined using the item’s ImageSliderItem.ThumbnailTemplate 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.