ColorDialogOptions.Assign(ColorDialogOptions) Method
Copies settings from the object passed as the parameter.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| options | ColorDialogOptions | A ColorDialogOptions object whose settings are copied to the current object. |
See Also