GeoBlazor Pro
layout: pro title: SupportingWidgetVisibleElements parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
SupportingWidgetVisibleElements Class
Support class for filtering.
public class SupportingWidgetVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 SupportingWidgetVisibleElements
Constructors
SupportingWidgetVisibleElements(Nullable) Constructor
Support class for filtering.
public SupportingWidgetVisibleElements(System.Nullable<bool> filter);
Parameters
filter
System.Nullable<System.Boolean>
Indicates whether the templates filter displays.
Properties
SupportingWidgetVisibleElements.Filter Property
Indicates whether the templates filter displays.
public System.Nullable<bool> Filter { get; set; }