Skip to main content

ColorDialogOptions.FormIcon Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
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