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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
the PopupColorEditDisplayMode.Text display mode specifies that the PopupColorEdit should display the currently selected color using that color’s name, Hex or ARGB value.
the PopupColorEditDisplayMode.Color display mode specifies that the PopupColorEdit should display the currently selected color using a colored rectangle nested in the edit box.
the PopupColorEditDisplayMode.Default display mode specifies that the PopupColorEdit should display the currently selected color using both the colored rectangle and the color’s name.