MVCxImageSliderItem Members
Represents an ImageSlider item.Constructors
| Name | Description |
|---|---|
| MVCxImageSliderItem() | Initializes a new instance of the MVCxImageSliderItem class with default settings. |
| MVCxImageSliderItem(String, String, String, String, String) | Initializes a new instance of the MVCxImageSliderItem class with the specified settings. |
| MVCxImageSliderItem(String, String, String, String) | Initializes a new instance of the MVCxImageSliderItem class with the specified settings. |
| MVCxImageSliderItem(String, String, String) | Initializes a new instance of the MVCxImageSliderItem class with the specified settings. |
| MVCxImageSliderItem(String, String) | Initializes a new instance of the MVCxImageSliderItem class with the specified settings. |
| MVCxImageSliderItem(String) | Initializes a new instance of the MVCxImageSliderItem class with the specified settings. |
Properties
| 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. |
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. |
| SetTemplateContent(Action<ImageSliderItemTemplateContainer>) | Allows you to provide a template for rendering the image slider item’s content. |
| SetTemplateContent(String) | Allows you to provide a template for rendering the image slider item’s content. |
| SetTextTemplateContent(Action<ImageSliderItemTemplateContainer>) | Allows you to secify an item text template. |
| SetTextTemplateContent(String) | Allows you to specify an item text template. |
| SetThumbnailTemplateContent(Action<ImageSliderItemTemplateContainer>) | Allows you to specify a thumbnail template. |
| SetThumbnailTemplateContent(String) | Allows you to specify a thumbnail template. |
| ToString() | Returns the string that represents the current object. Inherited from CollectionItem. |
See Also