Property AvailableFilters
AvailableFilters
Gets the collection of display filters that can be applied.
Declaration
public IList<DisplayFilter> AvailableFilters { get; }
Property Value
Type | Description |
---|---|
IList<DisplayFilter> | The collection of display filters that can be applied. |
Remarks
To enable display filter on a layer, specify a ActiveFilter that is part of this collection.
If the specified ActiveFilter does not appear to be applied, check the layer's LayerViewState for a Warning as there might be a Error describing that display filter's where clause is not valid.
Note that should collection contain a ScaleRangeDisplayFilter, its MinScale and MaxScale are both ignored.
Applies to
Platforms and versions
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 |