Skip to main content
A newer version of this page is available. .
Tab

ImageZoomNavigatorItem Members

An individual image item within the ASPxImageZoomNavigator control.

Constructors

Name Description
ImageZoomNavigatorItem() Initializes a new instance of the ImageZoomNavigatorItem class with default settings.
ImageZoomNavigatorItem(String, String, String, String, String) Initializes a new object of the ImageZoomNavigatorItem type with the specified settings.
ImageZoomNavigatorItem(String, String, String, String) Initializes a new object of the ImageZoomNavigatorItem type with the specified settings.
ImageZoomNavigatorItem(String, String, String) Initializes a new object of the ImageZoomNavigatorItem type with the specified settings.
ImageZoomNavigatorItem(String, String) Initializes a new object of the ImageZoomNavigatorItem type with the specified settings.
ImageZoomNavigatorItem(String) Initializes a new object of the ImageZoomNavigatorItem type with the specified image URL.

Properties

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.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified CollectionItem object 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.
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