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

ASPxImageZoomNavigator.VisibleItemCount Property

Gets or sets the number of items displayed within the ASPxImageZoomNavigator.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(0)]
public int VisibleItemCount { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the number of items.

See Also