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