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

RibbonColorButtonItem.AutomaticColorItemCaption Property

Gets or sets the automatic color item‘s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "Automatic Color"

A String value that specifies the item caption.

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 AutomaticColorItemCaption property to specify the item caption.

ASPxRibbon_AutomaticColor

See Also