Back to Devexpress

PopupColorEdit.DisplayMode Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupcoloredit-1c2377df.md

latest2.6 KB
Original Source

PopupColorEdit.DisplayMode Property

Gets or sets the display mode of the current PopupColorEdit edit box. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public PopupColorEditDisplayMode DisplayMode { get; set; }
vb
Public Property DisplayMode As PopupColorEditDisplayMode

Property Value

TypeDescription
PopupColorEditDisplayMode

A PopupColorEditDisplayMode enumerator value that specifies the display mode of the current PopupColorEdit edit box.

|

Available values:

NameDescription
Default

Displays a color name, Hex or ARGB value next to a colored rectangle.

| | Color |

Displays a colored rectangle.

| | Text |

Displays a color name, Hex or ARGB value.

|

Remarks

The following display modes are available for a PopupColorEdit edit box.

See Also

ColorDisplayFormat

PopupColorEdit Class

PopupColorEdit Members

DevExpress.Xpf.Editors Namespace