Skip to main content
A newer version of this page is available. .
Tab

ASPxColorEdit.AutomaticColor Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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