ICacheableAttachedCollectionSource.CanCache Property

Definition

Gets whether or not the items from this IAttachedCollectionSource can be cached. IAttachedCollectionSource instances that do not support observable changes to their items (via INotifyCollectionChanged) but which do change over time should not be cached, since caching the IAttachedCollectionSource will permanently cache a stale collection.

public:
 property bool CanCache { bool get(); };
public:
 property bool CanCache { bool get(); };
public bool CanCache { get; }
member this.CanCache : bool
Public ReadOnly Property CanCache As Boolean

Property Value

Returns Boolean.

Applies to