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

RibbonColorButtonItem.EnableCustomColors Property

Gets or sets whether the custom colors are available for an ribbon color button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool EnableCustomColors { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the custom colors are available; otherwise, false.

Remarks

Use the EnableCustomColors property to specify whether the ribbon item allows end-users to select a custom color, or only the predefined colors are available.

See Also