CollectionViewSource::IsLiveSorting Property
.NET Framework (current version)
Gets a value that indicates whether the CollectionViewSource sorts data in real time.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property Nullable<bool> IsLiveSorting { Nullable<bool> get(); private: void set(Nullable<bool> value); }
Property Value
Type: System::Nullable<Boolean>true if sorting data in real time is enable; false if live sorting is not enabled; null if it cannot be determined whether the collection view implements live sorting. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.
.NET Framework
Available since 4.5
Available since 4.5
Show: