CollectionView.IsDynamic Property

Definition

Gets a value that indicates whether the underlying collection provides change notifications.

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

Property Value

true if the underlying collection provides change notifications; otherwise, false.

Applies to