LayoutView.SynchronizeVisual(BaseView) Method
Synchronizes a View’s visual settings with the specified View.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
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