Skip to main content
Tab

ColorEditProperties.CustomColorButtonText Property

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

Namespace: DevExpress.Web

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