Skip to main content
Tab

ColorEditProperties.CancelButtonText Property

Gets or sets the text displayed within the Cancel button of the color edit’s color picker.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Cancel")]
public string CancelButtonText { get; set; }

Property Value

Type Default Description
String "Cancel"

A String value specifying the text.

Remarks

Note

The CancelButtonText property synchronizes its value with the editor’s ASPxColorEdit.CancelButtonText property.

See Also