Class ManualDisplayFilterDefinition
Filter features from the display based on the specified active display filter.
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ManualDisplayFilterDefinition : DisplayFilterDefinition, INotifyPropertyChanged
Remarks
This is useful when making visual comparisons of the data, or filtering out specific pieces of data.
Constructors
Name | Description |
---|---|
ManualDisplayFilterDefinition(DisplayFilter, IEnumerable<DisplayFilter>) | Initializes a new instance of the ManualDisplayFilterDefinition class with the specified active and available filters. |
Properties
Name | Description |
---|---|
ActiveFilter | Gets or sets a display filter from AvailableFilters to apply. |
AvailableFilters | Gets the collection of display filters that can be applied. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.13 - 100.15 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 100.15 |