Skip to main content

CardViewPagerState.PageIndex Property

Gets or sets the index of the currently selected page in the CardView.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int PageIndex { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the active CardView page index.

Remarks

Note that if the PageIndex property is set to -1, the CardView displays the content of all pages in its view.

See Also