PagePropertiesChangingEventArgs.MaximumRows Property

Definition

Gets the maximum number of items to display on each page of data.

public:
 property int MaximumRows { int get(); };
public int MaximumRows { get; }
member this.MaximumRows : int
Public ReadOnly Property MaximumRows As Integer

Property Value

The maximum number of items to display in a page of data in the ListView control.

Applies to

See also