CollectionViewSource.LiveGroupingProperties 属性

定义

获取在真实时间中参与分组数据的属性的字符集合。

public:
 property System::Collections::ObjectModel::ObservableCollection<System::String ^> ^ LiveGroupingProperties { System::Collections::ObjectModel::ObservableCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ObservableCollection<string> LiveGroupingProperties { get; }
member this.LiveGroupingProperties : System.Collections.ObjectModel.ObservableCollection<string>
Public ReadOnly Property LiveGroupingProperties As ObservableCollection(Of String)

属性值

指定参与真实时间中的分组数据的属性的字符集合。

适用于