CodeCharge Studio All C#.NET VB.NET

PagerSize Run-Time Property (.NET)

Applies to

Navigator Control

Syntax

C#.NET

public int PagerSize{get;set;}

VB.NET

Public Property PagerSize() As Integer

Description

The number of pages that are displayed simultaneously by the pager.

Examples

C#.NET

Navigator.PagerSize = 10;

VB.NET

Navigator.PagerSize = 10

See also

MaxPage Property
PageNumber Property
Style Property


On-line, printable versions and updates