Skip to main content

ColorDialogOptions.FormIconOptions Property

Provides access to the ColorPickEdit object’s settings that allow you to assign raster and vector images (instead of traditional .ico images) to the editor’s “More Colors…” dialog.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public ColorDialogFormIconOptions FormIconOptions { get; }

Property Value

Type Description
DevExpress.XtraEditors.ColorDialogFormIconOptions

Provides access to the current color dialog’s icon options.

Property Paths

You can access this nested property as listed below:

Object Type Path to FormIconOptions
RepositoryItemColorPickEdit
.ColorDialogOptions .FormIconOptions

Remarks

Use this property to set the color dialog’s icon.

image

See Also