Back to Devexpress

BaseView.SynchronizeVisual(BaseView) Method

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

latest2.0 KB
Original Source

BaseView.SynchronizeVisual(BaseView) Method

Synchronizes the visual representation settings of the current view with a specific 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 SynchronizeVisual(
    BaseView viewSource
)
vb
Public Overridable Sub SynchronizeVisual(
    viewSource As BaseView
)

Parameters

NameTypeDescription
viewSourceBaseView

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

|

Remarks

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

See Also

SynchronizeClones

Synchronize

SynchronizeData(BaseView)

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace