MVCxImageSliderItem Constructors
Represents an ImageSlider item.Name | Parameters | Description |
---|---|---|
MVCxImageSliderItem() | none | Initializes a new instance of the MVCxImageSliderItem class with default settings. |
MVCxImageSliderItem(String, String, String, String, String) | imageUrl, thumbnailUrl, navigateUrl, text, name | Initializes a new instance of the MVCxImageSliderItem class with the specified settings. |
MVCxImageSliderItem(String, String, String, String) | imageUrl, thumbnailUrl, navigateUrl, text | Initializes a new instance of the MVCxImageSliderItem class with the specified settings. |
MVCxImageSliderItem(String, String, String) | imageUrl, thumbnailUrl, navigateUrl | Initializes a new instance of the MVCxImageSliderItem class with the specified settings. |
MVCxImageSliderItem(String, String) | imageUrl, thumbnailUrl | Initializes a new instance of the MVCxImageSliderItem class with the specified settings. |
MVCxImageSliderItem(String) | imageUrl | Initializes a new instance of the MVCxImageSliderItem class with the specified settings. |
See Also