CodeCharge Studio All C#.NET VB.NET

MaxPage Run-Time Property (.NET)

Applies to

Navigator Control

Syntax

C#.NET

public int MaxPage{get;set;}

VB.NET

Public Property MaxPage() As Integer

Description

The maximum number of pages. Use this property to set the number of pages that the navigator can display.

Examples

C#.NET

Navigator.MaxPage = 10;

VB.NET

Navigator.MaxPage = 10

See also

PageMumber Property
PagerSize Property
Style Property


On-line, printable versions and updates