GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

FeatureFormGroupInput Class

This is a support class that represents a group of field inputs. ArcGIS Maps SDK for JavaScript

public record FeatureFormGroupInput : dymaptic.GeoBlazor.Pro.Model.FeatureFormInputBase, dymaptic.GeoBlazor.Core.Interfaces.IFeatureFormViewModelInputs, System.IEquatable<dymaptic.GeoBlazor.Pro.Model.FeatureFormGroupInput>

Inheritance System.Object 🡒 FeatureFormInputBase 🡒 FeatureFormGroupInput

Implements IFeatureFormViewModelInputs, System.IEquatable<FeatureFormGroupInput>

Constructors

FeatureFormGroupInput(Nullable) Constructor

This is a support class that represents a group of field inputs. ArcGIS Maps SDK for JavaScript

public FeatureFormGroupInput(System.Nullable<bool> Open=null);

Parameters

Open System.Nullable<System.Boolean>

Indicates whether or not the group is open, ie. ArcGIS Maps SDK for JavaScript

Properties

FeatureFormGroupInput.Open Property

Indicates whether or not the group is open, ie. ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Open { get; init; }

Property Value

System.Nullable<System.Boolean>

FeatureFormGroupInput.Type Property

Identifies the type of input.

public override dymaptic.GeoBlazor.Pro.Enums.FeatureFormInputType Type { get; }

Property Value

FeatureFormInputType