Name | Description | |
---|---|---|
C1BindingListDataCollection Constructor | Initializes a new instance of the C1BindingListDataCollection class. |
The following tables list the members exposed by C1BindingListDataCollection.
Name | Description | |
---|---|---|
C1BindingListDataCollection Constructor | Initializes a new instance of the C1BindingListDataCollection class. |
Name | Description | |
---|---|---|
BindingList | Gets the underlying System.ComponentModel.IBindingList. | |
BindingListView | Gets the underlying System.ComponentModel.IBindingListView if it is implemented by the source. | |
Count | Gets the number of elements in the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) | |
FilterExpression | Gets the filter expression applied to the data. | |
IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) | |
Item | Overridden. Gets the element at the specified index in the read-only list. | |
SortDescriptions | Gets the sort descriptions applied to the data. | |
Source | Gets the data source of this collection. |
Name | Description | |
---|---|---|
InternalList | Gets or sets the list that hold the items to be returned in the public api. |
Name | Description | |
---|---|---|
CanFilter | Returns whether the collection is able to filter the specified filterExpression. | |
CanInsert | ||
CanMove | ||
CanRemove | ||
CanReplace | ||
CanSort | Returns whether the collection is able to sort the specified sortDescriptions. | |
CreateNewItem | ||
Dispose | Overloaded. Overridden. Called to dispose resources. | |
FilterAsync | Filters the data using specified filterExpression. | |
GetItemType | Overridden. Gets the type of the item. | |
GetPropertyDescriptorValue<T> | Gets the property descriptor value. | |
IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) | |
InsertAsync | ||
MoveAsync | ||
RemoveAsync | ||
ReplaceAsync | ||
SetPropertyDescriptorValue<T> | Sets the property descriptor value. | |
SortAsync | Overloaded. Sorts the collection according to the specified sortDescriptions. | |
ToFilterString | Converts the filterExpression into a DataSet filter expression https://learn.microsoft.com/en-us/dotnet/api/system.data.datacolumn.expression. |
Name | Description | |
---|---|---|
OnCollectionChanged | Raises the CollectionChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) | |
OnPropertyChanged | Raises the PropertyChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) | |
FilterChanged | Raised after a filter operation was performed. | |
PropertyChanged | Occurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) | |
SortChanged | Raised after a sort operation was performed. |