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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 |
|
Remarks
Use this property to set the color dialog’s icon.
See Also