LoadItemsEventArgs.ItemIndex 属性

定义

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

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

属性值

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

适用于

另请参阅