Table of Contents

Class FieldBase<T, TView>

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public abstract class FieldBase<T, TView> : FieldBase<T>, IField<T>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo

Type Parameters

T
TView
Inheritance
FieldBase<T, TView>
Implements
Derived
Inherited Members
Extension Methods

Constructors

FieldBase(ISurface, string, string)

protected FieldBase(ISurface surface, string label, string @namespace)

Parameters

surface ISurface
label string
namespace string

Properties

Content

Templated field content

public override IField Content { get; }

Property Value

IField