バージョン

GroupValues プロパティ

グループの値を取得または設定します。GroupValues は同様のオブジェクトが取得する値のコレクションです。
シンタックス
'宣言
 
Public Property GroupValues As ObservableCollection(Of Object)
public ObservableCollection<object> GroupValues {get; set;}

プロパティ値

グループの値。
参照