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

RepositoryItemColorPickEdit.ColorDialogOptions Property

Contains settings that affect the appearance of the “Select Color” dialog.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Options")]
public ColorDialogOptions ColorDialogOptions { get; set; }

Property Value

Type Description
ColorDialogOptions

A ColorDialogOptions object that contains settings affecting the appearance of the “Select Color” dialog.

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 inherited RepositoryItemColorEdit.CustomColors property.

You can use the ColorDialogOptions property to customize settings affecting the appearance of this dialog.

See Also