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

ASPxColorEdit.EnableAutomaticColorItem Property

Specifies if the automatic color item is displayed in the ASPxColorEdit.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool EnableAutomaticColorItem { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the item is visible, otherwise, false.

Remarks

Set the EnableAutomaticColorItem property to true to display the automatic color item, which allows end-users to easily select a predefined automatic (default) color.

ASPxColorEdit-VisualElements-AutomaticColor

See Also