LoadItemsEventArgs.ItemIndex 属性

定义

获取调用的事件要加载的第一个项的索引。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

属性值

将由调用的事件加载的第一项的索引。

适用于

另请参阅