Data for Silverlight
DataView Class Properties

C1.Silverlight.Data Namespace : DataView Class

For a list of all members of this type, see DataView members.

Public Properties
 NameDescription
Public PropertyGets a value that indicates whether a new item can be added to the collection.  
Public PropertyGets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object.  
Public PropertyGets a value that indicates whether the System.Windows.Data.PagedCollectionView.PageIndex value can change.  
Public PropertyGets a value that indicates whether this view supports filtering via the Filter property.  
Public PropertyGets a value that indicates whether this view supports grouping via the GroupDescriptions property.  
Public PropertyGets a value that indicates whether an item can be removed from the collection.  
Public PropertyGets a value that indicates whether this view supports sorting via the SortDescriptions property.  
Public PropertyGets the quantity of rows in this view.  
Public PropertyGets or sets the cultural information for any operations of the view that might differ by culture, such as sorting.  
Public PropertyGets the item that is being added when an System.Windows.Data.PagedCollectionView.AddNew() transaction is in progress.  
Public PropertyGets the item in the collection that is being edited when an System.Windows.Data.PagedCollectionView.EditItem(System.Object) transaction is in progress.  
Public PropertyGets the current item in the view.  
Public PropertyGets the ordinal position of the System.Windows.Data.PagedCollectionView.CurrentItem in the view, which might be sorted and filtered.  
Public PropertyGets or sets a callback that is used to determine whether an item is suited for inclusion in the view.  
Public PropertyGets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped in the view.  
Public PropertyGets the top-level groups, constructed according to the descriptions specified in the System.Windows.Data.PagedCollectionView.GroupDescriptions property.  
Public PropertyGets a value that indicates whether an System.Windows.Data.PagedCollectionView.AddNew() transaction is in progress.  
Public PropertyGets a value that indicates whether the System.Windows.Data.PagedCollectionView.CurrentItem of the view is beyond the end of the collection.  
Public PropertyGets a value that indicates whether the System.Windows.Data.PagedCollectionView.CurrentItem of the view is before the start of the collection.  
Public PropertyGets a value that indicates whether an System.Windows.Data.PagedCollectionView.EditItem(System.Object) transaction is in progress.  
Public PropertyGets a value that indicates whether the view is empty.  
Public PropertyGets a value that indicates whether the page index is changing.  
Public PropertyGets the DataRowView item at a given index.  
Public PropertyGets the minimum number of items known to be in the source collection that satisfy the current filter.  
Public PropertyGets or sets a value that indicates whether to include a new item placeholder in the collection view, and where to include it.  
Public PropertyGets the zero-based index of the current page.  
Public PropertyGets or sets the number of items to display on a page.  
Public PropertyGets or sets a string that specifies which rows should be included in this DataView.  
Public PropertyGets or sets a string that specifies the columns used to sort this DataView.  
Public PropertyGets a collection of System.ComponentModel.SortDescription objects that describe how the items in the collection are sorted in the view.  
Public PropertyGets the System.Collections.IEnumerable collection underlying this view.  
Public PropertyGets or sets the DataTable that provides data for this DataView.  
Public PropertyGets the total number of items in the view before paging is applied.  
Top
See Also

Reference

DataView Class
C1.Silverlight.Data Namespace