名前 | 解説 | |
---|---|---|
![]() | C1CollectionViewDataCollection コンストラクタ | Initializes a new instance of the C1CollectionViewDataCollection class. |
C1CollectionViewDataCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | C1CollectionViewDataCollection コンストラクタ | Initializes a new instance of the C1CollectionViewDataCollection class. |
名前 | 解説 | |
---|---|---|
![]() | CollectionView | Gets the underlying collection view. |
![]() | Count | Gets the number of elements in the collection. 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. 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. 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. |
名前 | 解説 | |
---|---|---|
![]() | 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() | Called to dispose resources. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 |
![]() | FilterAsync | Filters the collection according to the specified filterExpression. |
![]() | GetItemType | オーバーライドされます。 Gets the type of the item. |
![]() ![]() | GetPropertyDescriptorValue<T> | Gets the property descriptor value. |
![]() | GroupAsync | オーバーロードされます。 Groups the collection according to the specified group descriptions. |
![]() | IndexOf | Gets the index of the specified item. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 |
![]() | InsertAsync | |
![]() | MoveAsync | |
![]() | RemoveAsync | |
![]() | ReplaceAsync | |
![]() ![]() | SetPropertyDescriptorValue<T> | Sets the property descriptor value. |
![]() | SortAsync | オーバーロードされます。 Sorts the collection according to the specified sortDescriptions. |
名前 | 解説 | |
---|---|---|
![]() | CollectionChanged | Occurs after the collection changed. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 |
![]() | FilterChanged | Occurs when the filter changed. |
![]() | GroupChanged | Occurs when the groups changed. |
![]() | PropertyChanged | Occurs when a property value changes. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 |
![]() | SortChanged | Raised after a sort operation was performed. |