WinExplorerViewOptionsView.Assign(BaseOptions) Method
Copies all settings from the specific BaseOptions object to this WinExplorerViewOptionsView object.
Namespace: DevExpress.XtraGrid.WinExplorer
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| options | BaseOptions | A BaseOptions object that stores settings which should be copied to this WinExplorerViewOptionsView object. |
See Also