Skip to main content
Tab

ASPxColorEdit.AutomaticColorItemValue Property

Gets or sets the automatic color item‘s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Automatic")]
public string AutomaticColorItemValue { get; set; }

Property Value

Type Default Description
String "Automatic"

A String that specifies the item value.

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 AutomaticColorItemValue property to specify the item value.

ASPxColorEdit-VisualElements-AutomaticColor

See Also