WinExplorerViewColumns.Assign(WinExplorerViewColumns) Method
Copies columns from the source WinExplorerViewColumns passed as the parameter to this WinExplorerViewColumns.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
columnSet | WinExplorerViewColumns | A WinExplorerViewColumns object that serves as the source object to copy columns from. |
See Also