Skip to main content

PopupColorEdit.Color Property

Gets or sets the currently selected color. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public Color Color { get; set; }

#Property Value

Type Description
Color

A Color structure that describes the selected color.

#Remarks

PopupColorEdit-Color

Use the PopupColorEdit.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 PopupColorEdit.ColorChanged event.

#Implements

DevExpress.Xpf.Editors.IColorEdit.Color
See Also