BindingListCollectionView.IsEmpty プロパティ

定義

結果の (フィルター処理された) ビューが空かどうかを示す値を返します。

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

プロパティ値

結果のビューが空である場合は true。それ以外の場合は false

適用対象