Table of Contents

Class TextField

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public class TextField : ValueField<string>, IField<string>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo, IBoundField
Inheritance
TextField
Implements
Inherited Members
Extension Methods

Constructors

TextField(ISurface, string, string)

public TextField(ISurface surface, string label, string initialValue)

Parameters

surface ISurface
label string
initialValue string

TextField(ISurface, string, IValue<string>?)

public TextField(ISurface surface, string label, IValue<string>? value = null)

Parameters

surface ISurface
label string
value IValue<string>

TextField(ISurface, IOwnedValue<string>?)

public TextField(ISurface surface, IOwnedValue<string>? value = null)

Parameters

surface ISurface
value IOwnedValue<string>

Properties

DoEdit

public ICommand DoEdit { get; }

Property Value

ICommand

Methods

Edit()

protected virtual Task Edit()

Returns

Task