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

ColorEdit Class

Represents a color editor.

Namespace: DevExpress.UI.Xaml.Editors

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

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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
DevExpress.UI.Xaml.Internal.ControlEx
ColorEdit
See Also