DVXP TEdit.NET 3.0

MasterDetailAssignment Constructor (TableEditor)

Preffered constructor, pass in the future parent for this binding. Note that ASP.NET calls the default constructor instead when creating a binding from a ASPX-page template. Therefore, we provide a default constructor as well and make sure that the TableEditor assigns itself as the parent using the internal property Parent.

[Visual Basic]
Overloads Public Sub New( _
   ByVal parent As TableEditor _
)
[C#]
public MasterDetailAssignment(
   TableEditor parent
);

See Also

MasterDetailAssignment Class | DVXP.DXTableEditor Namespace | MasterDetailAssignment Constructor Overload List