MVCxImageSliderItem Properties
Represents an ImageSlider item.Name | Description |
---|---|
BinaryImageUrl | Gets a URL of the cached binary image. Inherited from ImageSliderItem. |
BinaryThumbnailUrl | Gets a URL of the cached binary thumbnail. Inherited from ImageSliderItem. |
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
DataItem | Gets the data item that is bound to the current item. Inherited from ImageSliderItemBase. |
ImageContentBytes | Gets or sets an array of the bytes representing the item image. Inherited from ImageSliderItem. |
ImageUrl | Gets or sets the path to the item image. Inherited from ImageSliderItem. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
Name | Gets or sets the unique identifier name for the current item. Inherited from ImageSliderItem. |
NavigateUrl | Gets or sets a URL which defines the navigation location. Inherited from ImageSliderItem. |
Template | Gets or sets a template used for displaying the content of the particular item within the image area. Inherited from ImageSliderItem. |
Text | Gets or sets the text (description) of the current image item. Inherited from ImageSliderItem. |
TextTemplate | Gets or sets a template used for displaying the content of the particular item’s text area. Inherited from ImageSliderItem. |
ThumbnailContentBytes | Gets or sets an array of the bytes representing the item thumbnail. Inherited from ImageSliderItem. |
ThumbnailTemplate | Gets or sets a template used for displaying the content of the particular item’s thumbnail. Inherited from ImageSliderItem. |
ThumbnailUrl | Gets or sets the path to the item thumbnail image. Inherited from ImageSliderItem. |
See Also