Back to Devexpress

ASPxImageZoomNavigator.Items Property

aspnet-devexpress-dot-web-dot-aspximagezoomnavigator.md

latest1.6 KB
Original Source

ASPxImageZoomNavigator.Items Property

Gets the collection of items in the ASPxImageZoomNavigator.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageZoomNavigatorItemCollection Items { get; }
vb
Public ReadOnly Property Items As ImageZoomNavigatorItemCollection

Property Value

TypeDescription
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

ASPxImageZoomNavigator Class

ASPxImageZoomNavigator Members

DevExpress.Web Namespace