CollectionViewRegisteringEventArgs.CollectionView Property

Definition

Gets the collection view to be registered for cross-thread access.

public:
 property System::Windows::Data::CollectionView ^ CollectionView { System::Windows::Data::CollectionView ^ get(); };
public System.Windows.Data.CollectionView CollectionView { get; }
member this.CollectionView : System.Windows.Data.CollectionView
Public ReadOnly Property CollectionView As CollectionView

Property Value

The collection view to be registered for cross-thread access.

Applies to