[]
        
(Showing Draft Content)

C1.Data.PagingView-1.PageIndex

PageIndex Property

PageIndex

Gets or sets the index of the current page.

Declaration
public int PageIndex { get; set; }
Remarks

Setting this property value to an invalid value is ignored. A value is invalid if it is less than 0 or greater or equal to PageCount. If there are no items in this view, the only valid value for this property is 0.