RetrieveFieldsParameters.DataSourceUpdateMode Property
In This Article
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.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public DataSourceUpdateMode DataSourceUpdateMode { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The default value used to initialize the Binding. |
#Remarks
See the Binding.DataSourceUpdateMode topic for more information.
See Also