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

ImageZoomNavigatorItem Class

An individual image item within the ASPxImageZoomNavigator control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ImageZoomNavigatorItem :
    ImageSliderItemBase

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.

Inheritance

See Also