Skip to main content

ImageZoomNavigatorSettings.VisibleItemCount Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int VisibleItemCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of items.

See Also