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.
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);
MasterDetailAssignment Class | DVXP.DXTableEditor Namespace