C1.Xaml Assembly > C1.Xaml Namespace : IC1CollectionView Interface |
The following tables list the members exposed by IC1CollectionView.
Name | Description | |
---|---|---|
![]() | CanFilter | Gets a value that indicates whether this view supports filtering via the Filter property. |
![]() | CanGroup | Gets a value that indicates whether this view supports grouping via the GroupDescriptions property. |
![]() | CanSort | Gets a value that indicates whether this view supports sorting via the SortDescriptions property. |
![]() | Filter | Gets or sets a callback used to determine if an item is suitable for inclusion in the view. |
![]() | GroupDescriptions | Gets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped in the view. |
![]() | SortDescriptions | Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. |
![]() | SourceCollection | Get the underlying collection. |
Name | Description | |
---|---|---|
![]() | DeferRefresh | Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. |
![]() | Refresh | Refreshes the view applying the current sort and filter conditions. |