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

ObjectDataSourceUIHelper.EditDataSource(ObjectDataSource) Method

Invokes a dialog that enables you to edit the settings of an object data source.

Namespace: DevExpress.DataAccess.UI.ObjectBinding

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

Declaration

public static bool EditDataSource(
    this ObjectDataSource objectDataSource
)

Parameters

Name Type Description
objectDataSource ObjectDataSource

An ObjectDataSource.

Returns

Type Description
Boolean

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

See Also