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

RibbonColorButtonItem.EnableAutomaticColorItem Property

Specifies if the automatic color item is displayed in the ribbon color editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.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.

ASPxRibbon_AutomaticColor

See Also