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

RibbonColorButtonItem.AutomaticColorItemValue Property

Gets or sets the automatic color item‘s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
String "Auto"

A String that specifies the item value.

Remarks

When the RibbonColorButtonItem.EnableAutomaticColorItem property is set to true, the color 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.

ASPxRibbon_AutomaticColor

See Also