ASPxColorEdit.CustomColorButtonText Property
Gets or sets the text displayed in the custom color button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue("Custom Color...")]
public string CustomColorButtonText { get; set; }
<DefaultValue("Custom Color...")>
Public Property CustomColorButtonText As String
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
Feedback