wpf-devexpress-dot-xpf-dot-editors-b5bf5d47.md
Lists values that specify in which format the selected color is displayed.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum ColorDisplayFormat
Public Enum ColorDisplayFormat
| 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 ( A lpha R ed G reen B lue) color model.
|
The following properties accept/return ColorDisplayFormat values:
The values listed by this enumeration are used to set the PopupColorEdit.ColorDisplayFormat property’s value.
See Also