ItemCollection.IsCurrentAfterLast 属性

定义

获取一个值,该值指示视图的当前项是否超出集合的结尾。

public:
 virtual property bool IsCurrentAfterLast { bool get(); };
public override bool IsCurrentAfterLast { get; }
member this.IsCurrentAfterLast : bool
Public Overrides ReadOnly Property IsCurrentAfterLast As Boolean

属性值

Boolean

如果视图的当前项超出集合的结尾,则为 true;否则为 false

适用于

另请参阅