Skip to main content

LayoutView.SynchronizeVisual(BaseView) Method

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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