ListCollectionView.LiveSortingProperties プロパティ

定義

リアルタイムのデータの並べ替えに関係するプロパティを指定する文字列のコレクションを取得します。

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

プロパティ値

ObservableCollection<String>

リアルタイムのデータの並べ替えに関係するプロパティを指定する文字列のコレクション。

実装

適用対象