Class TextField
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
TextField(ISurface, string, IValue<string>?)
public TextField(ISurface surface, string label, IValue<string>? value = null)
Parameters
TextField(ISurface, IOwnedValue<string>?)
public TextField(ISurface surface, IOwnedValue<string>? value = null)
Parameters
surfaceISurfacevalueIOwnedValue<string>
Properties
DoEdit
public ICommand DoEdit { get; }
Property Value
Methods
Edit()
protected virtual Task Edit()