Show / Hide Table of Contents

Class ManualDisplayFilterDefinition

Filter features from the display based on the specified active display filter.

Inheritance
System.Object
DisplayFilterDefinition
ManualDisplayFilterDefinition
Implements
System.ComponentModel.INotifyPropertyChanged
DisplayFilterDefinition.INotifyPropertyChanged.PropertyChanged
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)
System.Object.ToString()
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

ScaleDisplayFilterDefinition

Applies to

TargetVersions
.NET Standard 2.0100.13 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.13 - 200.7
Xamarin.Android100.13 - 100.15
Xamarin.iOS100.13 - 100.15
UWP100.13 - 200.7
In This Article
Back to top Copyright © 2022 Esri.