ColorDisplayFormat Enum
Lists values that specify in which format the selected color is displayed.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
| Name | Description |
|---|---|
Default
|
The selected color is represented using the hexadecimal color code.
|
Hex
|
The selected color is represented using the hexadecimal color code.
|
ARGB
|
The selected color is represented using ARGB (Alpha Red Green Blue) color model.
|
Related API Members
The following properties accept/return ColorDisplayFormat values:
Remarks
The values listed by this enumeration are used to set the PopupColorEdit.ColorDisplayFormat property’s value.
See Also

