CodeCharge Studio All C#.NET VB.NET

RecordPerPage Run-Time Property (.NET)

Applies to

Grid Form, EditableGrid Form

Syntax

C#.NET

public int RecordPerPage{get;set;}

VB.NET

Public Property RecordPerPage() As Integer

Description

Retrieves or sets the number of records displayed on a page.

Examples

C#.NET

Grid1Data.RecordPerPage = 10;

VB.NET

Grid1Data.RecordPerPage = 10


On-line, printable versions and updates