Skip to main content

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public PopupColorEditDisplayMode DisplayMode { get; set; }

Property Value

Type Description
PopupColorEditDisplayMode

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

Available values:

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.

Remarks

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

See Also