ColorDialogOptions.FormIcon Property
Gets or sets the icon applied to the “Select Color” dialog.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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 |
|
See Also