See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the newly created editor control.
Set this to a new instance of the editor control in the event handler.
Namespace: NTier.Designer.FormsAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
public IDataBoundControl NewEditorControl { get; set; } |
Visual Basic |
---|
Public Property NewEditorControl As IDataBoundControl
Get
Set |
Visual C++ |
---|
public:
property IDataBoundControl^ NewEditorControl {
IDataBoundControl^ get ();
void set (IDataBoundControl^ value);
} |
Property Value
Type:
IDataBoundControl
See Also