CollectionViewSource::IsLiveFiltering Property
.NET Framework (current version)
Gets a value that indicates whether the CollectionViewSource is filtering data in real time.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property Nullable<bool> IsLiveFiltering { Nullable<bool> get(); private: void set(Nullable<bool> value); }
Property Value
Type: System::Nullable<Boolean>true if filtering data in real time is enabled; false if live filtering is not enabled; null if it cannot be determined whether the collection view implements live filtering. 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: