Defines whether the data is synchronized if it is changed with some other control on the same user interface.
Remarks
Property specifies the behaviour of data when the data is changed with some other control. Property is useful when application must ensure consistency of data throughout the whole user interface. Using this feature data is synchronized automatically without any work from the user.
If property is set to True and data is updated in some other control, the change also reflects on this control.
If property is set to False and the data is updated in some other control, the change is not seen in this control. In order to see the change, data in the control must be reloaded manually.
The default value for this property is True.
Example (MxSpace)
To see the defined AutoSynchronize property on a control (GridEdit) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click WorkOrderManagePart.cs. Click the GridEdit control for displaying work orders and open Property Window. See the value True defined in AutoSynchronize property.
To define AutoSynchronize property
- In Solution Explorer open MxPart component (WorkOrderManagePart) which contains the control (GridEdit).
- Select the desired control (GridEdit) on the canvas.
- Open Property Window.
- In section GridProperties in AutoSynchronize property select the desired value (True).
MxPart
Adapter
DataSourceName