ICollectionView.IsCurrentAfterLast 属性

定义

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

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

属性值

如果视图超出集合的末尾,则为

适用于

另请参阅