IPageableItemContainer.MaximumRows 属性

定义

获取要在单个数据页上显示的最大项数。

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

属性值

Int32

要在单个数据页上显示的最大项数。

适用于

另请参阅