Skip to main content

ColorEdit.Color Property

Gets or sets the currently selected color.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
[Bindable(false)]
public Color Color { get; set; }

Property Value

Type Description
Color

A Color structure representing the currently selected color.

Remarks

The Color property value is equivelant to the ColorEdit.EditValue property value. It is declared to avoid type conversions when reading the color editor’s value.

See Also