C1.Silverlight.DataGrid.Ria Namespace : RiaCollectionView Class |
For a list of all members of this type, see RiaCollectionView members.
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) |