ImageSliderItemTemplateContainer(ImageSliderItem) Constructor
Initializes a new instance of the ImageSliderItemTemplateContainer class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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