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 :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetFeatureForm>

Inheritance System.Object 🡒 SupportingWidgetFeatureForm

Implements System.IEquatable<SupportingWidgetFeatureForm>

Constructors

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