Back to Devexpress

PopupColorEditDisplayMode Enum

wpf-devexpress-dot-xpf-dot-editors-dot-settings-f7af39a9.md

latest1.5 KB
Original Source

PopupColorEditDisplayMode Enum

Lists the values used to specify the display mode of the currently selected color.

Namespace : DevExpress.Xpf.Editors.Settings

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum PopupColorEditDisplayMode
vb
Public Enum PopupColorEditDisplayMode

Members

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.

|

The following properties accept/return PopupColorEditDisplayMode values:

Remarks

Values listed by the PopupColorEditDisplayMode enumeration are used to set the PopupColorEdit.DisplayMode property.

See Also

DevExpress.Xpf.Editors.Settings Namespace