Back to Devexpress

ColorDisplayFormat Enum

wpf-devexpress-dot-xpf-dot-editors-b5bf5d47.md

latest1.7 KB
Original Source

ColorDisplayFormat Enum

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

Declaration

csharp
public enum ColorDisplayFormat
vb
Public Enum ColorDisplayFormat

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used to set the PopupColorEdit.ColorDisplayFormat property’s value.

See Also

DevExpress.Xpf.Editors Namespace