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

VerticalGridPagerState.PageIndex Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public int PageIndex { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the active VerticalGrid page’s index.

Remarks

Note, if the PageIndex property is set to -1, the control displays the content of all pages within its view.

See Also