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
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