CollectionViewSource.IsLiveSorting Property

Definition

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

public:
 property Nullable<bool> IsLiveSorting { Nullable<bool> get(); };
public bool? IsLiveSorting { get; }
member this.IsLiveSorting : Nullable<bool>
Public ReadOnly Property IsLiveSorting As Nullable(Of Boolean)

Property Value

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.

Remarks

Dependency Property Information

Identifier field IsLiveSortingProperty
Metadata properties set to true None

Applies to