Back to Devexpress

ColorEditProperties.CustomColorButtonText Property

aspnet-devexpress-dot-web-dot-coloreditproperties-8d45835a.md

latest1.8 KB
Original Source

ColorEditProperties.CustomColorButtonText Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Custom Color...")]
public string CustomColorButtonText { get; set; }
vb
<DefaultValue("Custom Color...")>
Public Property CustomColorButtonText As String

Property Value

TypeDefaultDescription
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

Color Editor

Color Editor Elements

ColorEditProperties Class

ColorEditProperties Members

DevExpress.Web Namespace