ICollectionView.IsCurrentAfterLast 属性

定义

获取一个值,该值指示视图的 CurrentItem 是否超出集合的末尾。

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

属性值

如果视图的 CurrentItem 超出集合的末尾,则为 true;否则为 false

适用于

另请参阅