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