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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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