Gets or sets the number of page numbers displayed with the page navigation.
Syntax
'Declaration
Public Property PageCount As Integer
'Usage
Dim instance As PagerInfo
Dim value As Integer
instance.PageCount = value
value = instance.PageCount
public int PageCount {get; set;}
See Also