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

ASPxColorEdit.CustomColorButtonText Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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

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

See Also