名前 | 解説 | |
---|---|---|
CollectionGroups | Returns any collection groups that are associated with the view. | |
Count | Gets the number of elements contained in the collection. | |
CurrentItem | Gets the current item in the view. | |
CurrentPosition | Gets the ordinal position of the CurrentItem within the view. | |
DataCollection | Gets the wrapping collection. | |
HasMoreItems | Gets whether the collection supports incremental loading. | |
IsCurrentAfterLast | Gets a value that indicates whether the CurrentItem of the view is beyond the end of the collection. | |
IsCurrentBeforeFirst | Gets a value that indicates whether the CurrentItem of the view is beyond the beginning of the collection. | |
IsReadOnly | Gets a value indicating whether the C1CollectionView is read-only. |