DVXP TEdit.NET 3.0

MasterDetailAssignment Constructor

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.

Overload List

Default constructor

public MasterDetailAssignment();

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.

public MasterDetailAssignment(TableEditor);

See Also

MasterDetailAssignment Class | DVXP.DXTableEditor Namespace