Name | Description | |
---|---|---|
![]() | DataGridCollectionView Constructor | Overloaded. Initializes a new instance of the DataGridCollectionView class. |
The following tables list the members exposed by DataGridCollectionView.
Name | Description | |
---|---|---|
![]() | DataGridCollectionView Constructor | Overloaded. Initializes a new instance of the DataGridCollectionView class. |
Name | Description | |
---|---|---|
![]() | AllowNew | Gets a value indicating whether new items can be added to the collection through the AddNew method. |
![]() | AutoCreateForeignKeyDescriptions | Gets a value indicating whether the foreign key descriptions are automatically created. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | AutoCreateItemProperties | Gets a value indicating whether the item properties are automatically created. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CanAddNew | Gets a value indicating whether a new item can be added to the collection. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CanCancelEdit | Gets a value indicating whether the collection can discard pending changes and restore the original values of an edited object. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CanFilter | Gets a value indicating whether the view supports filtering. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CanGroup | Gets a value indicating whether the view supports grouping. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CanRemove | Gets a value indicating whether an item can be removed from the collection. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CanSort | Gets a value indicating whether the view can be sorted. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | Comparer | (Inherited from System.Windows.Data.CollectionView) |
![]() | Count | Overridden. Gets the number of items in the view. |
![]() | Culture | Gets or sets the culture to use during sorting. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CurrentAddItem | Gets the item that is currently being added to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CurrentEditItem | Gets the item in the underlying data source that is currently being edited. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CurrentItem | Gets the view's current item. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CurrentPosition | Gets the ordinal position of the CurrentItem within the—optionally sorted and filtered—view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | Filter | Gets or sets a callback used to determine if an item is suitable for inclusion in the view (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | GroupDescriptions | Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | Groups | Gets the runtime groups that are created based on the GroupDescriptions. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | IsAddingNew | Gets a value indicating whether an add transaction is in progress. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | IsCurrentAfterLast | Gets a value indicating whether the view's CurrentItem is beyond the end of the collection. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | IsCurrentBeforeFirst | Gets a value indicating whether the view's CurrentItem is beyond the beginning of the collection. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | IsEditingItem | Gets a value indicating whether an item in the underlying data source is being edited. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | IsEmpty | Overridden. Gets a value indicating whether the filtered view is empty. |
![]() | IsInUse | (Inherited from System.Windows.Data.CollectionView) |
![]() | ItemProperties | Gets the DataGridItemProperty objects that determine the characteristics of the items contained in the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | ItemType | Gets the type of the items contained in the collection view or added through the SourceItems property. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | NeedsRefresh | Gets a value that indicates whether this view needs to be refreshed. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | SortDescriptions | Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | SourceCollection | Overridden. Gets the underlying un-filtered collection. |
![]() | SourceItems | Gets the items that are contained in the SourceCollection. |
Name | Description | |
---|---|---|
![]() | AllowsCrossThreadChanges | (Inherited from System.Windows.Data.CollectionView) |
![]() | IsCurrentInSync | (Inherited from System.Windows.Data.CollectionView) |
![]() | IsDynamic | (Inherited from System.Windows.Data.CollectionView) |
![]() | IsRefreshDeferred | (Inherited from System.Windows.Data.CollectionView) |
![]() | UpdatedOutsideDispatcher | (Inherited from System.Windows.Data.CollectionView) |
Name | Description | |
---|---|---|
![]() | AddNew | Adds a new item to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CancelEdit | Cancels the edit process. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CancelNew | Discards the new item added through a call to the AddNew method before it is committed. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CommitEdit | Commits the modifications made to the item in the underlying data source that is being edited. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CommitNew | Commits the new item to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | Contains | Overridden. Returns a value indicating whether the specified item exists in the collection. |
![]() | DeferRefresh | Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | DetachFromSourceCollection | (Inherited from System.Windows.Data.CollectionView) |
![]() | EditItem | Edits the specified item in the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | GetItemAt | Overridden. Retrieves the item at the specified index in the view. |
![]() | IndexOf | Overridden. Returns the zero-based index of the specified item. |
![]() | MoveCurrentTo | Sets the specified item as the new CurrentItem. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | MoveCurrentToFirst | Sets the first item in the view as the new CurrentItem. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | MoveCurrentToLast | Sets the last item in the view as the new CurrentItem. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | MoveCurrentToNext | Sets the next item in the view as the new CurrentItem. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | MoveCurrentToPosition | Overridden. Sets the item at the specified index as the new CurrentItem. |
![]() | MoveCurrentToPrevious | Sets the previous item in the view as the new CurrentItem. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | PassesFilter | Returns a value indicating whether the specified item in the underlying data source passes the filtering criteria, and is therefore included in the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | Refresh | Recreates the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | RefreshUnboundItemProperties | Overloaded. |
![]() | Remove | Removes the specified item from the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | RemoveAt | Overridden. Removes the item at the specified index from the underlying data source. |
![]() | ResetItem | |
![]() | ResetItems |
Name | Description | |
---|---|---|
![]() | BeginningEdit | Raised when the EditItem method has been called to signal that the edit process of an item in the underlying data source is about to begin. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CancelingEdit | Raised when the CancelEdit method has been called to signal that the edit process of an item in the underlying data source is about to be canceled. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CancelingNewItem | Raised when the CancelNew method has been called to signal that the insertion process of a new item is about to be canceled. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CommittingEdit | Raised when the CommitEdit method has been called to signal that modifications made to an item in the underlying data source are about to be committed. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CommittingNewItem | Raised when the CommitNew method has been called to signal that a new item is about to be committed to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CreatingNewItem | Raised when the AddNew method has been called to signal that a new item is about to be created. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CurrentChanged | (Inherited from System.Windows.Data.CollectionView) |
![]() | CurrentChanging | (Inherited from System.Windows.Data.CollectionView) |
![]() | EditBegun | Raised after the BeginningEdit event to signal that the edit process of an item in the underlying data source has begun. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | EditCanceled | Raised after the CancelingEdit event to signal that the edit process of an item in the underlying data source has been canceled. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | EditCommitted | Raised after the CommittingEdit event to signal that the modifications made to an item in the underlying data source have been committed. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | InitializingNewItem | Raised after the CreatingNewItem event to allow the new item to be initialized. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | ItemRemoved | Raised after the RemovingItem event to signal that an item has been removed from the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | NewItemCanceled | Raised after the CancelingNewItem event to signal that the insertion process of a new item has been canceled. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | NewItemCommitted | Raised after the CommittingNewItem event to signal that a new item has been committed to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | NewItemCreated | Raised after the CreatingNewItem and InitializingNewItem events to signal that a new item has been created. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | RemovingItem | Raised when the Remove or RemoveAt methods have been called to signal that an item is about to be removed from the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | (Inherited from System.Windows.Data.CollectionView) |
![]() | PropertyChanged | (Inherited from System.Windows.Data.CollectionView) |