Back to Devexpress

LayoutView.SynchronizeVisual(BaseView) Method

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

latest1.7 KB
Original Source

LayoutView.SynchronizeVisual(BaseView) Method

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override void SynchronizeVisual(
    BaseView viewSource
)
vb
Public Overrides Sub SynchronizeVisual(
    viewSource As BaseView
)

Parameters

NameTypeDescription
viewSourceBaseView

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

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace