CollectionViewSource::CanChangeLiveSorting Property

.NET Framework (current version)
 

Gets a value that indicates whether the collection view supports turning sorting data in real time on or off.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property bool CanChangeLiveSorting {
	bool get();
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if the collection view supports turning live sorting on or off; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Identifier field

CanChangeLiveSortingProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: