Table of Contents

Class NullableTextField

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
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

surface ISurface
label string
initialValue string

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

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

Parameters

surface ISurface
label string
value IValue<string>

NullableTextField(ISurface, IOwnedValue<string?>?)

public NullableTextField(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