FlexGrid for WinRT
C1CollectionView Class Properties


For a list of all members of this type, see C1CollectionView members.

Public Properties
 NameDescription
Public PropertyCanAddNewGets a value indicating whether a new item can be added to the underlying collection using the AddNew method.  
Public PropertyCanCancelEditGets a value indicating whether the view can roll back the current edit transaction started by the EditItem method and restore original values of an editing item.  
Public PropertyCanChangePage  
Public PropertyCanFilterGets a value that indicates whether this view supports filtering via the Filter property.  
Public PropertyCanGroupGets a value that indicates whether the view supports grouping.  
Public PropertyCanRemoveGets a value indicating whether an item can be removed from the underlying collection.  
Public PropertyCanSortGets a value that indicates whether the view supports local sorting.  
Public PropertyCollectionGroupsGets a collection of the top-level groups that is constructed based in the GroupDescriptions property. The objects in the collection are instances of the CollectionViewGroup class that implements the Windows.UI.Xaml.Data.ICollectionViewGroup interface.  
Public PropertyCountGets the number of items in the view.  
Public PropertyCultureGets or sets the culture information to use during sorting.  
Public PropertyCurrentAddItemGets the item that is being added during the current add transaction started by the AddNew method.  
Public PropertyCurrentEditItemGets the item that is being edited during the current edit transaction started by the EditItem method.  
Public PropertyCurrentItemGets the current item in the view.  
Public PropertyCurrentPositionGets the index of the current item in the view.  
Public PropertyCustomSortGets or sets a custom object that implements IComparer to sort items in the view, as an alternative to sort conditions represented by the ViewSortDescriptions property.  
Public PropertyFilterGets or sets a callback used to determine if an item is suitable for inclusion in the view.  
Public PropertyGroupDescriptionsGets a collection of GroupDescription derived objects that describes how the items in the collection are grouped in the view. Usually objects of the PropertyGroupDescription class are used to specify grouping conditions.  
Public PropertyHasMoreItemsReturns true if additional unloaded items remain in the view; otherwise, false.  
Public PropertyIsAddingNewGets a value indicating whether an add transaction started by the AddNew method is in progress.  
Public PropertyIsCurrentAfterLastGets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.  
Public PropertyIsCurrentBeforeFirstGets a value that indicates whether the CurrentItem of the view is beyond the beginning of the collection.  
Public PropertyIsEditingItemGets a value indicating whether an edit transaction started by the EditItem method is in progress.  
Public PropertyIsEmpty  
Public PropertyIsPageChanging  
Public PropertyIsReadOnlyGets a value indicating whether the view is read-only.  
Public PropertyItemGets or sets the item at the specified view index.  
Public PropertyItemCount  
Public PropertyPageCount  
Public PropertyPageIndex  
Public PropertyPageSize  
Public PropertySortDescriptionsGets a collection of SortDescription objects that describe how the items in the collection are sorted in the view.  
Public PropertySourceCollectionGets or sets the underlying collection which this C1CollectionView represents.  
Public PropertyTotalItemCount  
Top
Protected Properties
 NameDescription
Protected PropertySyncRoot  
Top
See Also

Reference

C1CollectionView Class
C1.Xaml Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback