A newer version of this page is available.
Switch to the current version.
ColorDisplayFormat Enum
Lists values that specify in which format the selected color is displayed.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v19.2.dll
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
Feedback