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. This property indicates when changes to the bound editor property are propagated to the data source.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public DataSourceUpdateMode DataSourceUpdateMode { get; set; }

Property Value

Type Description
DataSourceUpdateMode

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

See Also