Skip to main content
Tab

ASPxColorEdit.CustomColorButtonText Property

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

Namespace: DevExpress.Web

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

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

See Also