ImageSliderItem Properties
An individual item within the image slider controls.
Name | Description |
---|---|
Binary |
Gets a URL of the cached binary image. |
Binary |
Gets a URL of the cached binary thumbnail. |
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Data |
Gets the data item that is bound to the current item.
Inherited from Image |
Image |
Gets or sets an array of the bytes representing the item image. |
Image |
Gets or sets the path to the item image. |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Name | Gets or sets the unique identifier name for the current item. |
Navigate |
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. |
Text |
Gets or sets a template used for displaying the content of the particular item’s text area. |
Thumbnail |
Gets or sets an array of the bytes representing the item thumbnail. |
Thumbnail |
Gets or sets a template used for displaying the content of the particular item’s thumbnail. |
Thumbnail |
Gets or sets the path to the item thumbnail image. |
See Also