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

RepositoryItemColorPickEdit.ColorPickDialogShowing Event

Fires when the “Select Color” dialog is about to be displayed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Events")]
public event EventHandler<ColorPickDialogShowingEventArgs> ColorPickDialogShowing

Event Data

The ColorPickDialogShowing event's data class is DevExpress.XtraEditors.ColorPickDialogShowingEventArgs.

Remarks

The ColorPickDialogShowing event allows you to customize the appearance of the “Select Color” dialog before it is displayed onscreen. The event’s Form parameter returns the form that is the container of the “Select Color” dialog.

ColorPickEdit-SelectColorDialog

Specific settings of this dialog can also be customized via the RepositoryItemColorPickEdit.ColorDialogOptions property. See this link, for more information.

See Also