GeoBlazor Pro
layout: pro title: SupportingWidgetFeatureTemplates parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
SupportingWidgetFeatureTemplates Class
An object containing properties specific for customizing the FeatureTemplates widget.
public class SupportingWidgetFeatureTemplates : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 SupportingWidgetFeatureTemplates
Constructors
SupportingWidgetFeatureTemplates() Constructor
Parameterless constructor for use as a razor component
public SupportingWidgetFeatureTemplates();
SupportingWidgetFeatureTemplates(string, SupportingWidgetVisibleElements) Constructor
An object containing properties specific for customizing the FeatureTemplates widget.
public SupportingWidgetFeatureTemplates(string? groupBy=null, dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetVisibleElements? visibleElements=null);
Parameters
groupBy
System.String
Aids in managing various template items and how they display within the widget. Please refer to groupBy API reference for additional information.
visibleElements
SupportingWidgetVisibleElements
Holds a single value, “filter”.
Properties
SupportingWidgetFeatureTemplates.GroupBy Property
Aids in managing various template items and how they display within the widget. Please refer to groupBy API reference for additional information.
public string? GroupBy { get; set; }
Property Value
SupportingWidgetFeatureTemplates.VisibleElements Property
Holds a single value, “filter”.
public dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetVisibleElements? VisibleElements { get; set; }