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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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