ItemsView.Assign(BaseView, Boolean) Method
In This Article
Copies properties and, optionally, event handlers from another View to the current view.
Namespace: DevExpress.XtraGrid.Views.Items
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
v | Base |
A View whose properties and event handlers are to be copied. |
copy |
Boolean | true to copy event handlers; otherwise, false. |
See Also