PagedControl.ItemCount 属性

定义

获取或设置控件中的项数。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property int ItemCount { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int ItemCount { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ItemCount : int with get, set
Public Property ItemCount As Integer

属性值

控件中的项数。

属性

注解

必须启用自定义分页。 默认值为 0,表示不能使用自定义分页。

用于项的单位取决于 控件。 例如,控件 List 可能使用列表项作为单位,而 TextView 控件可能使用字符。

适用于

另请参阅