Skip to main content
A newer version of this page is available. .

ColorDialogOptions Class

Contains settings affecting the appearance of the “Select Color” dialog.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class ColorDialogOptions

The following members return ColorDialogOptions objects:

Remarks

The ColorPickEdit control’s Custom tab contains the More Colors… button:

ColorPickEdit

A click on this button displays the “Select Color” dialog that allows a user to pick any color using the RGB or HSB color model:

ColorPickEdit-SelectColorDialog

The color picked is automatically added to the Recent Colors group within the Custom tab, and can also be obtained via the RepositoryItemColorEdit.CustomColors property.

Various settings of the “Select Color” dialog can be customized via the RepositoryItemColorPickEdit.ColorDialogOptions property of the ColorDialogOptions type.

Inheritance

Object
ColorDialogOptions
See Also