CollectionViewSource::LiveSortingProperties Property
.NET Framework (current version)
Gets a collection of strings that specify the properties that participate in sorting data in real time.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property ObservableCollection<String^>^ LiveSortingProperties { ObservableCollection<String^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ObservableCollection<String^>^A collection of strings that specify the properties that participate in sorting data in real time.
.NET Framework
Available since 4.5
Available since 4.5
Show: