GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

GroupInput Class

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

public class GroupInput : dymaptic.GeoBlazor.Pro.Components.Widgets.SupportInput,
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.GroupInput>

Inheritance System.Object 🡒 SupportInput 🡒 GroupInput

Implements System.IEquatable<GroupInput>

Constructors

GroupInput(string, SupportInput[], string, string, bool) Constructor

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

public GroupInput(string Description, dymaptic.GeoBlazor.Pro.Components.Widgets.SupportInput[] Inputs, string Label, string State, bool Visible);

Parameters

Description System.String

The input’s description.

Inputs SupportInput[]

The field inputs contained within the group.

Label System.String

The group’s label.

State System.String

Possible Values: “expanded” “collapsed”. Default Value: expanded

Visible System.Boolean

The group’s visibility.

Properties

GroupInput.Description Property

The input’s description.

public string Description { get; set; }

Property Value

System.String

GroupInput.Inputs Property

The field inputs contained within the group.

public dymaptic.GeoBlazor.Pro.Components.Widgets.SupportInput[] Inputs { get; set; }

Property Value

SupportInput[]

GroupInput.Label Property

The group’s label.

public string Label { get; set; }

Property Value

System.String

GroupInput.State Property

Possible Values: “expanded” “collapsed”. Default Value: expanded
public string State { get; set; }

Property Value

System.String

GroupInput.Visible Property

The group’s visibility.

public bool Visible { get; set; }

Property Value

System.Boolean