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)

属性值

一组字符串,用于指定实时参与排序数据的属性。

实现

适用于