Name | Description | |
---|---|---|
![]() | C1BindingListCollectionView Constructor | Initializes a new instance of the C1BindingListCollectionView class. |
The following tables list the members exposed by C1BindingListCollectionView.
Name | Description | |
---|---|---|
![]() | C1BindingListCollectionView Constructor | Initializes a new instance of the C1BindingListCollectionView class. |
Name | Description | |
---|---|---|
![]() | BindingList | Gets the underlying System.ComponentModel.IBindingList. |
![]() | Count | Gets the number of elements in the collection. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | CurrentItem | Gets or sets the current item in the view. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | CurrentPosition | Gets the current position. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | FilterExpression | Gets the filter expression applied to the data. |
![]() | Item | Gets the element at the specified index in the read-only list. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
Name | Description | |
---|---|---|
![]() | CanFilter | Returns whether the collection view is able to filter the specified filterExpression. |
![]() | FilterAsync | Filters the data using specified filterExpression. |
![]() | GetItemType | Gets the type of the item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | IndexOf | Gets the index of the specified item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | MoveCurrentTo | Sets the specified item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | MoveCurrentToFirst | Sets the first item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | MoveCurrentToLast | Sets the last item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | MoveCurrentToNext | Sets the item after the CurrentItem in the view as the CurrentItem. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | MoveCurrentToPosition | Sets the item at the specified index in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | MoveCurrentToPrevious | Sets the item before the CurrentItem in the view as the CurrentItem. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
Name | Description | |
---|---|---|
![]() | OnCollectionChanged | Raises the CollectionChanged event. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | OnCurrentChanged | Raises the CurrentChanged event. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | OnCurrentChanging | Raises the CurrentChanging event. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | OnPropertyChanged | Raises the PropertyChanged event. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs after the collection changed. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | CurrentChanged | Occurs after the current item changed. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | CurrentChanging | Occurs when the current item is changing. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |
![]() | FilterChanged | Raised after a filter operation was performed. |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from C1.CollectionView.C1CollectionViewBase<object>) |