Back to Devexpress

ASPxColorEdit.CustomColorButtonText Property

aspnet-devexpress-dot-web-dot-aspxcoloredit-88e2cb0f.md

latest1.6 KB
Original Source

ASPxColorEdit.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

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

See Also

Color Editor

Color Editor Elements

ASPxColorEdit Class

ASPxColorEdit Members

DevExpress.Web Namespace