ObjectDataSourceUIHelper.EditParameters(ObjectDataSource) Method
Invokes a dialog that enables you to edit the parameters of an object data source.
Namespace: DevExpress.DataAccess.UI.ObjectBinding
Assembly: DevExpress.DataAccess.v25.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
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