layout: default title: TextBoxInput parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Widgets

TextBoxInput Class

The TextBoxInput class defines the desired user interface as a single-line text box.
ArcGIS Maps SDK for JavaScript

public class TextBoxInput : dymaptic.GeoBlazor.Core.Components.Widgets.FormInput

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 FormInput 🡒 TextBoxInput

Properties

TextBoxInput.MaxLength Property

When set, defines the text input’s maximum length.

public System.Nullable<int> MaxLength { get; set; }

Property Value

System.Nullable<System.Int32>

TextBoxInput.MinLength Property

When set, defines the text input’s minimum length.

public System.Nullable<int> MinLength { get; set; }

Property Value

System.Nullable<System.Int32>

TextBoxInput.Type Property

The type of form element input.

public override string Type { get; }

Property Value

System.String