ImageSliderItem Members
An individual item within the image slider controls.Constructors
Name | Description |
---|---|
ImageSliderItem() | Initializes a new instance of the ImageSliderItem class with default settings. |
ImageSliderItem(String, String, String, String, String) | Initializes a new object of the ImageSliderItem type with the specified settings. |
ImageSliderItem(String, String, String, String) | Initializes a new object of the ImageSliderItem type with the specified settings. |
ImageSliderItem(String, String, String) | Initializes a new object of the ImageSliderItem type with the specified settings. |
ImageSliderItem(String, String) | Initializes a new object of the ImageSliderItem type with the specified settings. |
ImageSliderItem(String) | Initializes a new object of the ImageSliderItem type with the specified image URL. |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(CollectionItem) | Copies the settings from the specified item to the current object. Inherited from ImageSliderItemBase. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from CollectionItem. |
See Also