GeoBlazor Pro


layout: pro title: SupportingWidgetFeatureForm parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

SupportingWidgetFeatureForm Class

An object containing properties specific for customizing the FeatureForm widget.

public class SupportingWidgetFeatureForm : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 SupportingWidgetFeatureForm

Constructors

SupportingWidgetFeatureForm() Constructor

Parameterless constructor for use as a razor component

public SupportingWidgetFeatureForm();

SupportingWidgetFeatureForm(string) Constructor

An object containing properties specific for customizing the FeatureForm widget.

public SupportingWidgetFeatureForm(string groupDisplay);

Parameters

groupDisplay System.String

String indicating the groupDisplay and how they will be displayed to the end user. This only applies if using grouped field elements configured in the Editor’s layer infos.

Properties

SupportingWidgetFeatureForm.GroupDisplay Property

String indicating the groupDisplay and how they will be displayed to the end user. This only applies if using grouped field elements configured in the Editor’s layer infos.

public string? GroupDisplay { get; set; }

Property Value

System.String