Skip to main content
A newer version of this page is available. .
Tab

ImageSliderItemTemplateContainer(ImageSliderItem) Constructor

Initializes a new instance of the ImageSliderItemTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageSliderItemTemplateContainer(
    ImageSliderItem item
)

Parameters

Name Type Description
item ImageSliderItem

A ImageSliderItem object specifying the image slider item to which the current object belongs.

Remarks

This constructor is used to create a new ImageSliderItemTemplateContainer class instance and initialize its ImageSliderItemTemplateContainer.Item property with the specified value.

See Also