Skip to main content
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.v24.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 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