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