Table of Contents

Class ValueField<T>

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public class ValueField<T> : ValueField<T, Traits.Any>, IField<T>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo, IBoundField

Type Parameters

T
Inheritance
ValueField<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

ValueField(ISurface, string, IValue<T>)

public ValueField(ISurface surface, string label, IValue<T> value)

Parameters

surface ISurface
label string
value IValue<T>

ValueField(ISurface, string, T)

public ValueField(ISurface surface, string label, T initialValue)

Parameters

surface ISurface
label string
initialValue T

ValueField(ISurface, IOwnedValue<T>)

public ValueField(ISurface surface, IOwnedValue<T> value)

Parameters

surface ISurface
value IOwnedValue<T>