Skip to main content
Tab

ASPxColorEdit.EnableAutomaticColorItem Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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