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

RetrieveFieldsParameters.DataSourceUpdateMode Property

Gets or sets the default value used to initialize the Binding.DataSourceUpdateMode property for all auto-generated editors. https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.binding.datasourceupdatemode This property indicates when changes to the bound editor property are propagated to the data source.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public DataSourceUpdateMode DataSourceUpdateMode { get; set; }

Property Value

Type Description
DataSourceUpdateMode

The default value used to initialize the Binding.DataSourceUpdateMode property of all auto-generated editors.

Remarks

See the Binding.DataSourceUpdateMode topic for more information.

See Also