BaseView.Synchronize(BaseView, SynchronizationMode) Method
In This Article
Copies the specified settings of a View to the current View.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
view |
Base |
A Base |
mode | DevExpress. |
A Synchronization |
#Remarks
Based on the mode parameter value this method calls its overload, BaseView.SynchronizeVisual or BaseView.SynchronizeData method.
This method is intended for internal use only, so you do not need to call it from your code.
See Also