ImageGalleryItem Members
An individual item within the image gallery control.Constructors
| Name | Description |
|---|---|
| ImageGalleryItem() | Initializes a new instance of the ImageGalleryItem class. |
| ImageGalleryItem(String, String, String, String, String, String) | Initializes a new instance of the ImageGalleryItem class with the specified settings. |
| ImageGalleryItem(String, String, String, String, String) | Initializes a new instance of the ImageGalleryItem class with the specified settings. |
| ImageGalleryItem(String, String, String, String) | Initializes a new instance of the ImageGalleryItem class with the specified settings. |
| ImageGalleryItem(String, String, String) | Initializes a new instance of the ImageGalleryItem class with the specified settings. |
| ImageGalleryItem(String, String) | Initializes a new instance of the ImageGalleryItem class with the specified settings. |
| ImageGalleryItem(String) | Initializes a new instance of the ImageGalleryItem class with the specified setting. |
Properties
| Name | Description |
|---|---|
| Collection | This property is not in effect for the ImageGalleryItem class. |
| DataItem | Gets or sets the data item that is bound to the Item. Inherited from DataViewItem. |
| FullscreenViewerText | Gets or sets the text (description) of the current image item displayed in the fullscreen viewer text area. |
| FullscreenViewerTextTemplate | Gets or sets a template used for displaying the content of the particular item’s fullscreen viewer text area. |
| FullscreenViewerThumbnailUrl | Gets or sets the path to the item fullscreen viewer thumbnail. |
| 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. |
| 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 thumbnail text area. |
| ThumbnailUrl | Gets or sets the path to the item thumbnail. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies the settings from the specified item to the current object. |
| 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. |
| FindControl(String) | Searches the current naming container for a server control with the specified id parameter. Inherited from DataViewItem. |
| 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 DataViewItem object. Inherited from DataViewItem. |
See Also