Class NullableTextField
public class NullableTextField : ValueField<string?>, IField<string?>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo, IBoundField
- Inheritance
-
NullableTextField
- Implements
- Inherited Members
- Extension Methods
Constructors
NullableTextField(ISurface, string, string?)
public NullableTextField(ISurface surface, string label, string? initialValue)
Parameters
NullableTextField(ISurface, string, IValue<string?>?)
public NullableTextField(ISurface surface, string label, IValue<string?>? value = null)
Parameters
NullableTextField(ISurface, IOwnedValue<string?>?)
public NullableTextField(ISurface surface, IOwnedValue<string?>? value = null)
Parameters
surfaceISurfacevalueIOwnedValue<string>
Properties
DoEdit
public ICommand DoEdit { get; }
Property Value
Methods
Edit()
protected virtual Task Edit()