This topic has not yet been rated - Rate this topic

DomainDataSourceView Class

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides a collection view for the DomainDataSource.

Namespace:  System.Windows.Controls.Ria
Assembly:  System.Windows.Controls.Ria (in System.Windows.Controls.Ria.dll)
public sealed class DomainDataSourceView : ICollectionView, 
	IEnumerable, INotifyCollectionChanged, IEditableCollectionView, IPagedCollectionView, INotifyPropertyChanged

This view supports adding, removing, accessing, and paging the underlying data. For other standard view functions like sorting, filtering, and grouping, use the descriptor collections of the DomainDataSource such as SortDescriptors or GroupDescriptors.

System.Object
  System.Windows.Controls.Ria.DomainDataSourceView
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)