ASPxColorEdit.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.v20.2.dll
Declaration
[DefaultValue("OK")]
public string OkButtonText { get; set; }
<DefaultValue("OK")>
Public Property OkButtonText As String
Property Value
Type | Default | Description |
---|---|---|
String | "OK" |
A String value specifying the text. |
Remarks
This property is a wrapper of the ColorEditProperties.OkButtonText property.
See Also
Feedback