Skip to main content
A newer version of this page is available. .
Tab

DateEditTimeSectionProperties.CancelButtonText Property

Gets or sets the text displayed within the Cancel button of the date edit’s time section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
String "Cancel"

A String value specifying the text within the Cancel button.

Remarks

Use the CancelButtonText property to specify the text displayed in the Cancel button. Button visibility can be specified via the DateEditTimeSectionProperties.ShowCancelButton property.

See Also