IPageableItemContainer.MaximumRows Property

Definition

Gets the maximum number of items to display on a single 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 on a single page of data.

Applies to

See also