Back to Devexpress

ImageZoomNavigatorItem Class

aspnet-devexpress-dot-web-fb6fae64.md

latest3.7 KB
Original Source

ImageZoomNavigatorItem Class

An individual image item within the ASPxImageZoomNavigator control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ImageZoomNavigatorItem :
    ImageSliderItemBase
vb
Public Class ImageZoomNavigatorItem
    Inherits ImageSliderItemBase

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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem ImageSliderItemBase ImageZoomNavigatorItem

See Also

ImageZoomNavigatorItem Members

DevExpress.Web Namespace