ColorEdit.Color Property
In This Article
Gets or sets the currently selected color. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Color | A Color structure that describes the selected color. |
#Remarks
Use the ColorEdit.DefaultColor property to specify the default color, applied when an end-user presses the 'Automatic' button. After the selected color has been changed, the editor fires the ColorEdit.ColorChanged event.
#Implements
DevExpress.Xpf.Editors.IColorEdit.Color
See Also