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

ColorEditProperties.EnableCustomColors Property

Gets or sets whether the custom colors are available for the color editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.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 control custom color availability. When the EnableCustomColors property is set to false, the custom color section is not displayed in the color table.

Note

The EnableCustomColors property synchronizes its value with the editor’s ASPxColorEdit.EnableCustomColors property.

See Also