WinExplorerView.Assign(BaseView, Boolean) Method
Copies all settings from the parameter View to the current View and allows you to specify whether event handlers should be copied as well.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
v | Base |
A Base |
copy |
Boolean | true, to copy event handlers from the source View; otherwise, false. |
#Remarks
Note
If you copy settings to a grid control’s View before this grid’s data source is initialized, certain column settings (e.
- Set the target grid’s data source after the Assign method is called.
- Call the target View’s View.
Data Controller. Re Populate Columns method after the Assign method is called.
More details can be found in this support ticket.