Class ManualDisplayFilterDefinition
Filter features from the display based on the specified active display filter.
Implements
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 - 200.0 |
.NET 6.0 | 100.13 - 200.0 |
.NET 6.0 Windows | 100.13 - 200.0 |
.NET 6.0 Android | 200 |
.NET 6.0 iOS | 200 |
.NET Framework | 100.13 - 200.0 |
Android | 100.13 - 100.15 |
iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.0 |