Gets the type of the field.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Type FieldType { get; }
Visual Basic
Public ReadOnly Property FieldType As Type
	Get
Visual C++
public:
virtual property Type^ FieldType {
	Type^ get () sealed;
}
F#
abstract FieldType : Type with get
override FieldType : Type with get

Property Value

Type: Type
The type of the field.

Implements

IDataField..::..FieldType

See Also