ListViewPagedDataSource.MaximumRows Property

Definition

Gets or sets the maximum number of items to display on a single page.

public:
 property int MaximumRows { int get(); void set(int value); };
public int MaximumRows { get; set; }
member this.MaximumRows : int with get, set
Public Property MaximumRows As Integer

Property Value

The maximum number of items to display on a single page.

Applies to

See also