See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the type of the form, or form factory that is used to edit the data.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
C# |
---|
public Type FormType { get; set; } |
Visual Basic |
---|
Public Property FormType As Type Get Set |
Visual C++ |
---|
public: property Type^ FormType { Type^ get (); void set (Type^ value); } |