ListCollectionView.UsesLocalArray Property

Definition

Gets a value that indicates whether a private copy of the data is needed for sorting and filtering.

protected:
 property bool UsesLocalArray { bool get(); };
protected bool UsesLocalArray { get; }
member this.UsesLocalArray : bool
Protected ReadOnly Property UsesLocalArray As Boolean

Property Value

true if a private copy of the data is needed for sorting and filtering; otherwise, false. The default implementation returns true if there is an ActiveFilter or ActiveComparer, or both.

Applies to