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

ColorEditProperties.CustomColorButtonText Property

Gets or sets the text displayed in the custom color button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Custom Color...")]
public string CustomColorButtonText { get; set; }

Property Value

Type Default Description
String "Custom Color..."

A String value specifying the text in the Custom Color button.

Remarks

The CustomColorButtonText property is not in effect if the ASPxColorEdit.EnableCustomColors option is disabled.

Note

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

See Also