ICollectionView.IsCurrentBeforeFirst 属性

定义

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

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

属性值

trueCurrentItem如果视图的 超出集合的开头,则为 ;否则为 false

适用于

另请参阅