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

ASPxImageZoomNavigator.Items Property

Gets the collection of items in the ASPxImageZoomNavigator.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageZoomNavigatorItemCollection Items { get; }

Property Value

Type Description
ImageZoomNavigatorItemCollection

An ImageZoomNavigatorItemCollection instance that is the collection of items.

Remarks

Use the Items property to access a collection of items within the ASPxImageZoomNavigator. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.

If the ASPxImageZoomNavigator control is bound to data, the Items property is ignored.

See Also