Name | Description | |
---|---|---|
C1CollectionViewDataCollection Constructor | Initializes a new instance of the C1CollectionViewDataCollection class. |
The following tables list the members exposed by C1CollectionViewDataCollection.
Name | Description | |
---|---|---|
C1CollectionViewDataCollection Constructor | Initializes a new instance of the C1CollectionViewDataCollection class. |
Name | Description | |
---|---|---|
CollectionView | Gets the underlying collection view. | |
Count | Gets the number of elements in the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) | |
EditableCollectionView | Gets the editable collection view, or null if it is not editable. | |
FilterExpression | Gets the filter expression. | |
GroupDescriptions | Gets the group descriptions. | |
IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) | |
IsPlain | Gets whether the group items will be inline with the data items or the items will be the first level of group items. | |
Item | Gets the element at the specified index in the read-only list. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) | |
ItemType | Gets the type of the items. | |
SortDescriptions | Gets the sort descriptions applied to the data. | |
Source | Gets the data source of this collection. |
Name | Description | |
---|---|---|
CanFilter | Determines whether this collection can filter the specified filter expression. | |
CanGroup | Returns whether the collection is able to group the specified group descriptions. | |
CanInsert | ||
CanMove | ||
CanRemove | ||
CanReplace | ||
CanSort | Returns whether the collection is able to sort the specified sortDescriptions. | |
Dispose | Overloaded. Overridden. Called to dispose resources. | |
FilterAsync | Filters the collection according to the specified filterExpression. | |
GetItemType | Overridden. Gets the type of the items. | |
GetPropertyDescriptorValue<T> | Gets the property descriptor value. | |
GroupAsync | Overloaded. Groups the collection according to the specified group descriptions. | |
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. |
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 | Occurs when the filter changed. | |
GroupChanged | Occurs when the groups changed. | |
PropertyChanged | Occurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<object>) | |
SortChanged | Raised after a sort operation was performed. |