Skip to main content

ColorEdit Class

Represents a color editor.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[Bindable]
[ContentProperty(Name = "ColorGroups")]
public class ColorEdit :
    ControlEx

Remarks

The ColorEdit editor allows an end-user to choose colors from the RGBA color space or a predefined set of colors.

Inheritance

Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.UI.Xaml.Internal.ControlEx
ColorEdit
See Also