GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
SupportingWidgetVisibleElements Class
Support class for filtering.
public class SupportingWidgetVisibleElements :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetVisibleElements>
Inheritance System.Object 🡒 SupportingWidgetVisibleElements
Implements System.IEquatable<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; }