See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the binding path from the data source on the hosting control that will be used
to data bind the form.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string EditBindingPath { get; set; } |
Visual Basic |
---|
Public Property EditBindingPath As String
Get
Set |
Visual C++ |
---|
public:
property String^ EditBindingPath {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also