Back to Devexpress

ASPxColorEdit.EnableCustomColors Property

aspnet-devexpress-dot-web-dot-aspxcoloredit-f3468866.md

latest1.6 KB
Original Source

ASPxColorEdit.EnableCustomColors Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableCustomColors { get; set; }
vb
<DefaultValue(False)>
Public Property EnableCustomColors As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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.

This property is a wrapper of the ColorEditProperties.EnableCustomColors property.

See Also

Color Editor

EnableCustomColors

ASPxColorEdit Class

ASPxColorEdit Members

DevExpress.Web Namespace