Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public enum PopupColorEditDisplayMode

Members

Name Description
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.

Related API Members

The following properties accept/return PopupColorEditDisplayMode values:

Remarks

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

See Also