Back to Devexpress

ColorEdit.ToolTipColorDisplayFormat Property

wpf-devexpress-dot-xpf-dot-editors-dot-coloredit-7396db94.md

latest1.9 KB
Original Source

ColorEdit.ToolTipColorDisplayFormat Property

Gets or sets a value that specifies in which format the selected color is displayed within a tooltip. 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 ToolTipColorDisplayFormat { get; set; }
vb
Public Property ToolTipColorDisplayFormat 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

ColorDisplayFormat

ColorEdit Class

ColorEdit Members

DevExpress.Xpf.Editors Namespace