ListCollectionView.IsGrouping プロパティ

定義

ビューにグループがあるかどうかを示す値を取得します。

protected:
 property bool IsGrouping { bool get(); };
protected bool IsGrouping { get; }
member this.IsGrouping : bool
Protected ReadOnly Property IsGrouping As Boolean

プロパティ値

ビューにグループがある場合は true。それ以外の場合は false

適用対象