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

PopupColorEditSettings.DisplayMode Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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 in-place 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 an in-place PopupColorEdit edit box.

See Also