Skip to main content
Tab

ColorEditProperties.AutomaticColor Property

Gets or sets the automatic color item‘s color in RGB format.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Color), "Black")]
public Color AutomaticColor { get; set; }

Property Value

Type Default Description
Color "Black"

A Color object that specifies the color.

Remarks

When the ColorEditProperties.EnableAutomaticColorItem property is set to true, the editor displays an automatic color item, which allows end-users to easily select a predefined automatic (default) color.

Use the AutomaticColor property to specify the automatic color.

ASPxColorEdit-VisualElements-AutomaticColor

See Also