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