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

ColorDialogOptions.FormIcon Property

Gets or sets the icon applied to the “Select Color” dialog.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(null)]
public virtual Icon FormIcon { get; set; }

Property Value

Type Default Description
Icon *null*

An Icon object displayed in the “Select Color” dialog.

Property Paths

You can access this nested property as listed below:

Object Type Path to FormIcon
RepositoryItemColorPickEdit
.ColorDialogOptions.FormIcon
See Also