Show / Hide Table of Contents

Class DisplayFilter

Represents a type used for limiting which features are rendered.

Inheritance
object
DisplayFilter
ScaleRangeDisplayFilter
Implements
INotifyPropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class DisplayFilter : INotifyPropertyChanged
Remarks

Features filtered from display remain available for query and analysis. Use display filter when only a subset of features needs to be visible while maintaining access to all features.

Constructors

Name Description
DisplayFilter(string, string)

Initializes a new instance of the DisplayFilter class with the specified name and where clause.

Properties

Name Description
FilterId

Gets the identifier for this display filter.

Name

Gets or sets a descriptive name for this display filter.

WhereClause

Gets or sets a SQL expression that defines which features are rendered.

See Also

Filters
ActiveFilter

Applies to

TargetVersions
.NET Standard 2.0100.13 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.13 - 200.8
Xamarin.Android100.13 - 100.15
Xamarin.iOS100.13 - 100.15
UWP100.13 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.