ImageZoomNavigatorItem Properties
An individual image item within the ASPxImageZoomNavigator control.Name | Description |
---|---|
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. |
ExpandWindowText | Gets or sets the text (description) of the current image item displayed within the expand window footer. |
ImageUrl | Gets or sets the path to the image displayed in the preview image. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
LargeImageUrl | Gets or sets the path to the large image that is displayed in the zoom window and expand window. |
Name | Gets or sets the Image Zoom Navigator item’s name. |
ThumbnailUrl | Gets or sets the path to the item thumbnail. |
ZoomWindowText | Gets or sets the text (description) of the current image item displayed in the zoom window footer. |
See Also