Skip to main content
Tab

ColorEditProperties.OkButtonText Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("OK")]
public string OkButtonText { get; set; }

Property Value

Type Default Description
String "OK"

A String value specifying the text.

Remarks

Note

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

See Also