See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set the control to use for the field.

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public AppWizardFieldType FieldType { get; set; }
Visual Basic
Public Property FieldType As AppWizardFieldType
	Get
	Set
Visual C++
public:
property AppWizardFieldType FieldType {
	AppWizardFieldType get ();
	void set (AppWizardFieldType value);
}

Property Value

Type: AppWizardFieldType

See Also