Skip to main content
A newer version of this page is available. .

LayoutView.SynchronizeVisual(BaseView) Method

Synchronizes a View’s visual settings with the specified View.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public override void SynchronizeVisual(
    BaseView viewSource
)

Parameters

Name Type Description
viewSource BaseView

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

Remarks

This method overrides the ColumnView.SynchronizeVisual method. See this link for more information.

See Also