Back to Devexpress

PopupColorEdit.ColorDisplayFormat Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupcoloredit-f5d832a9.md

latest1.8 KB
Original Source

PopupColorEdit.ColorDisplayFormat Property

Gets or sets a value that specifies in which format the selected color is displayed. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ColorDisplayFormat ColorDisplayFormat { get; set; }
vb
Public Property ColorDisplayFormat As ColorDisplayFormat

Property Value

TypeDescription
ColorDisplayFormat

One of the ColorDisplayFormat enumeration values.

|

Available values:

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.

|

See Also

PopupColorEdit Class

PopupColorEdit Members

DevExpress.Xpf.Editors Namespace