ImageZoomNavigatorItem Class
An individual image item within the ASPxImageZoomNavigator control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return ImageZoomNavigatorItem objects:
Remarks
The ImageZoomNavigatorItem class implements the functionality of an individual item within the ASPxImageZoomNavigator control. Instances of the ImageZoomNavigatorItem class are maintained within the ASPxImageZoomNavigator.Items collection. Individual items can be added/deleted to/from a control by using the means provided by the Items collection.
Use properties of the ImageZoomNavigatorItem class to specify the item images (ImageZoomNavigatorItem.ImageUrl, ImageZoomNavigatorItem.LargeImageUrl, and ImageZoomNavigatorItem.ThumbnailUrl) and texts (ImageZoomNavigatorItem.ExpandWindowText and ImageZoomNavigatorItem.ZoomWindowText).
If an image zoom navigator is data bound, the items contained within the Items collection are not in effect.