CollectionViewSource::IsLiveFiltering Property

.NET Framework (current version)
 

Gets a value that indicates whether the CollectionViewSource is filtering data in real time.

Namespace:   System.Windows.Data
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.

Identifier field

IsLiveFilteringProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: