ImageSliderItem Properties
An individual item within the image slider controls.Name | Description |
---|---|
BinaryImageUrl | Gets a URL of the cached binary image. |
BinaryThumbnailUrl | Gets a URL of the cached binary thumbnail. |
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. |
ImageUrl | Gets or sets the path to the item image. |
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. |
NavigateUrl | Gets or sets a URL which defines the navigation location. |
Template | Gets or sets a template used for displaying the content of the particular item within the image area. |
Text | Gets or sets the text (description) of the current image item. |
TextTemplate | Gets or sets a template used for displaying the content of the particular item’s text area. |
ThumbnailContentBytes | Gets or sets an array of the bytes representing the item thumbnail. |
ThumbnailTemplate | Gets or sets a template used for displaying the content of the particular item’s thumbnail. |
ThumbnailUrl | Gets or sets the path to the item thumbnail image. |
See Also