Table of Contents

Interface IField<T>

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public interface IField<T> : IField, IModel, INotifyPropertyChanged, IDataErrorInfo

Type Parameters

T
Inherited Members
Extension Methods

Properties

Value

The lensed value which this field is modelling

T Value { get; set; }

Property Value

T