ASPxColorEdit.CustomColorButtonText Property
Gets or sets the text displayed in the custom color button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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