Back to Devexpress

BaseView.SynchronizeData(BaseView) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-dot-synchronizedata-x28-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-x29.md

latest2.0 KB
Original Source

BaseView.SynchronizeData(BaseView) Method

Synchronizes the data representation settings of the current view with a another View object.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public virtual void SynchronizeData(
    BaseView viewSource
)
vb
Public Overridable Sub SynchronizeData(
    viewSource As BaseView
)

Parameters

NameTypeDescription
viewSourceBaseView

A BaseView descendant whose data representation settings should be copied to the current View.

|

Remarks

This method is intended for internal use. Usually, you will have no need to use it in applications.

See Also

SynchronizeClones

Synchronize

SynchronizeVisual(BaseView)

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace