Skip to main content
A newer version of this page is available. .

ObjectDataSourceUIHelper.EditConstructor(ObjectDataSource, EditConstructorContext) Method

Invokes the Configure Constructor Settings dialog with the specified settings.

Namespace: DevExpress.DataAccess.UI.ObjectBinding

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public static bool EditConstructor(
    this ObjectDataSource objectDataSource,
    EditConstructorContext context
)

Parameters

Name Type Description
objectDataSource ObjectDataSource

An ObjectDataSource.

context EditConstructorContext

An EditConstructorContext object.

Returns

Type Description
Boolean

true, if the dialog was closed by clicking the Finish button; otherwise, false.

See Also