C1.Silverlight.DataGrid.Ria Namespace : RiaCollectionView Class |
The following tables list the members exposed by RiaCollectionView.
Name | Description | |
---|---|---|
RiaCollectionView Constructor | Initializes a new instance of the RiaCollectionView class. |
Name | Description | |
---|---|---|
C1FilterDescriptions | Gets or sets the filter descriptions. When setting the property the filter descriptions should be applied to the underlying data. | |
CanAddNew | Gets a value that indicates whether a new item can be added to the collection. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CanCancelEdit | Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CanChangePage | Gets a value that indicates whether the System.ComponentModel.IPagedCollectionView.PageIndex value can change. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CanFilter | Overridden. Gets a value that indicates whether this view supports filtering by way of the System.ComponentModel.ICollectionView.Filter property. | |
CanGroup | Overridden. Gets a value that indicates whether this view supports grouping by way of the System.ComponentModel.ICollectionView.GroupDescriptions property. | |
CanRemove | Gets a value that indicates whether an item can be removed from the collection. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CanSort | Gets a value that indicates whether this view supports sorting by way of the System.ComponentModel.ICollectionView.SortDescriptions property. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CollectionView | Gets or sets the collection view associated to this class. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
Culture | Gets or sets the cultural information for any operations of the view that may differ by culture, such as sorting. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CurrentAddItem | Gets the item that is being added during the current add transaction. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CurrentEditItem | Gets the item in the collection that is being edited. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CurrentItem | Gets the current item in the view. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CurrentPosition | Gets the ordinal position of the System.ComponentModel.ICollectionView.CurrentItem in the view. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
DataGrid | Gets or sets the data grid. | |
DomainDataSource | Gets or sets the domain data source. | |
EditableCollectionView | Gets the editable collection view associated to this class. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
Filter | Gets or sets a callback that is used to determine whether an item is appropriate for inclusion in the view. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
FilterOperator | Gets or sets the filter operator. | |
GroupDescriptions | Gets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped in the view. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
Groups | Gets the top-level groups. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
IsAddingNew | Gets a value that indicates whether an add transaction is in progress. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
IsCurrentAfterLast | Gets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem of the view is beyond the end of the collection. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
IsCurrentBeforeFirst | Gets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem of the view is beyond the start of the collection. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
IsEditingItem | Gets a value that indicates whether an edit transaction is in progress. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
IsEmpty | Gets a value that indicates whether the view is empty. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
IsPageChanging | Gets a value that indicates whether the page index is changing. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
ItemCount | Gets the number of known items in the view before paging is applied. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
NewItemPlaceholderPosition | Gets or sets the position of the new item placeholder in the collection view. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
PagedCollectionView | Gets the paged collection view associated to this class. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
PageIndex | Gets the zero-based index of the current page. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
PageSize | Gets or sets the number of items to display on a page. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
SortDescriptions | Gets a collection of System.ComponentModel.SortDescription instances that describe how the items in the collection are sorted in the view. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
SourceCollection | Gets the underlying collection. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
TotalItemCount | Gets the total number of items in the view before paging is applied. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) |
Name | Description | |
---|---|---|
AddNew | Adds a new item to the underlying collection. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CancelEdit | Ends the edit transaction and, if possible, restores the original value of the item. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CancelNew | Ends the add transaction and discards the pending new item. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CommitEdit | Ends the edit transaction and saves the pending changes. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CommitNew | Ends the add transaction and saves the pending new item. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
Contains | Indicates whether the specified item belongs to this collection view. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
DeferRefresh | Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
EditItem | Begins an edit transaction on the specified item. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveCurrentTo | Sets the specified item in the view as the System.ComponentModel.ICollectionView.CurrentItem. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveCurrentToFirst | Sets the first item in the view as the System.ComponentModel.ICollectionView.CurrentItem. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveCurrentToLast | Sets the last item in the view as the System.ComponentModel.ICollectionView.CurrentItem. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveCurrentToNext | Sets the item after the System.ComponentModel.ICollectionView.CurrentItem in the view as the System.ComponentModel.ICollectionView.CurrentItem. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveCurrentToPosition | Sets the item at the specified index to be the System.ComponentModel.ICollectionView.CurrentItem in the view. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveCurrentToPrevious | Sets the item before the System.ComponentModel.ICollectionView.CurrentItem in the view to the System.ComponentModel.ICollectionView.CurrentItem. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveToFirstPage | Sets the first page as the current page. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveToLastPage | Sets the last page as the current page. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveToNextPage | Moves to the page after the current page. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveToPage | Moves to the page at the specified index. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
MoveToPreviousPage | Moves to the page before the current page. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
Refresh | Recreates the view. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
Remove | Removes the specified item from the collection. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
RemoveAt | Removes the item at the specified position from the collection. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the items list of the collection has changed, or the collection is reset. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CurrentChanged | Occurs after the current item has been changed. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
CurrentChanging | Occurs before the current item changes. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
PageChanged | When implementing this interface, raise this event after the System.ComponentModel.IPagedCollectionView.PageIndex has changed. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) | |
PageChanging | When implementing this interface, raise this event before changing the System.ComponentModel.IPagedCollectionView.PageIndex. The event handler can cancel this event. (Inherited from C1.Silverlight.DataGrid.Data.BaseCollectionView) |