CodeCharge Studio All C#.NET VB.NET

PageNumber Run-Time Property (.NET)

Applies to

Navigator Control

Syntax

C#.NET

public int PageNumber{get;set;}

VB.NET

Public Property PageNumber() As Integer

Description

The number of the currently displayed page. Use this property to retrieve the number of the page the navigator is currently displaying.

Examples

C#.NET

Navigator.PageNumber = 6;

VB.NET

Navigator.PageNumber = 6

See also

MaxPage Property
PagerSize Property
Style Property


On-line, printable versions and updates