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否則為 。

適用於

另請參閱