The following tables list the members exposed by FeatureCollectionView.
Name | Description | |
---|---|---|
FeatureCollectionView Constructor | Creates an instance of FeatureCollectionView. This collection can be sorted and filtered |
Name | Description | |
---|---|---|
CanFilter | Overridden. Indicates if the collection view supports filtering. | |
CanGroup | Gets a value that indicates whether the view supports grouping. (Inherited from System.Windows.Data.CollectionView) | |
CanSort | Overridden. Indicates if this collection view supports sorting. | |
Comparer | Returns an object that you can use to compare items in the view. (Inherited from System.Windows.Data.CollectionView) | |
Count | Gets the number of records in the view. (Inherited from System.Windows.Data.CollectionView) | |
Culture | Gets or sets the culture information to use during sorting. (Inherited from System.Windows.Data.CollectionView) | |
CurrentItem | Gets the current item in the view. (Inherited from System.Windows.Data.CollectionView) | |
CurrentPosition | Gets the ordinal position of the System.Windows.Data.CollectionView.CurrentItem within the (optionally sorted and filtered) view. (Inherited from System.Windows.Data.CollectionView) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
Filter | Overridden. Can use predicate to filter graphics based on a custom criteria. | |
GroupDescriptions | Gets a collection of System.ComponentModel.GroupDescription objects that describes how the items in the collection are grouped in the view. (Inherited from System.Windows.Data.CollectionView) | |
Groups | Gets a collection of the top-level groups that is constructed based on the System.Windows.Data.CollectionView.GroupDescriptions property. (Inherited from System.Windows.Data.CollectionView) | |
IsCurrentAfterLast | Gets a value that indicates whether the System.Windows.Data.CollectionView.CurrentItem of the view is beyond the end of the collection. (Inherited from System.Windows.Data.CollectionView) | |
IsCurrentBeforeFirst | Gets a value that indicates whether the System.Windows.Data.CollectionView.CurrentItem of the view is before the beginning of the collection. (Inherited from System.Windows.Data.CollectionView) | |
IsEmpty | Gets a value that indicates whether the resulting (filtered) view is empty. (Inherited from System.Windows.Data.CollectionView) | |
IsInUse | Gets a value that indicates whether any object is subscribing to the events of this System.Windows.Data.CollectionView. (Inherited from System.Windows.Data.CollectionView) | |
LayerInfo | FeatureLayerInfo if present will be used in the sorting, filtering and Grouping processes. Coded value domains will be sorted, filtered and grouped according to the display text not the underlying code. | |
NeedsRefresh | Gets a value that indicates whether the view needs to be refreshed. (Inherited from System.Windows.Data.CollectionView) | |
SortDescriptions | Overridden. The sort description is used to apply sorting to the view | |
SourceCollection | Overridden. This is the property that all bindings will use as the ItemsSource. |
Name | Description | |
---|---|---|
AllowsCrossThreadChanges | Gets a value that indicates whether a thread other than the one that created the System.Windows.Data.CollectionView can change the System.Windows.Data.CollectionView.SourceCollection. (Inherited from System.Windows.Data.CollectionView) | |
IsCurrentInSync | Gets a value that indicates whether the System.Windows.Data.CollectionView.CurrentItem is at the System.Windows.Data.CollectionView.CurrentPosition. (Inherited from System.Windows.Data.CollectionView) | |
IsDynamic | Gets a value that indicates whether the underlying collection provides change notifications. (Inherited from System.Windows.Data.CollectionView) | |
IsRefreshDeferred | Gets a value that indicates whether there is an outstanding System.Windows.Data.CollectionView.DeferRefresh in use. (Inherited from System.Windows.Data.CollectionView) | |
UpdatedOutsideDispatcher | Gets a value that indicates whether it has been necessary to update the change log because a System.Windows.Data.CollectionView.CollectionChanged notification has been received on a different thread without first entering the user interface (UI) thread dispatcher. (Inherited from System.Windows.Data.CollectionView) |
Top
Top
Name | Description | |
---|---|---|
CurrentChanged | Occurs after the System.Windows.Data.CollectionView.CurrentItem has changed. (Inherited from System.Windows.Data.CollectionView) | |
CurrentChanging | Occurs when the System.Windows.Data.CollectionView.CurrentItem is changing. (Inherited from System.Windows.Data.CollectionView) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the view has changed. (Inherited from System.Windows.Data.CollectionView) | |
PropertyChanged | Occurs when a property value has changed. (Inherited from System.Windows.Data.CollectionView) |