Back to Devexpress

DateEditTimeSectionProperties.CancelButtonText Property

aspnet-devexpress-dot-web-dot-dateedittimesectionproperties-309d0aac.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Cancel")]
public string CancelButtonText { get; set; }
vb
<DefaultValue("Cancel")>
Public Property CancelButtonText As String

Property Value

TypeDefaultDescription
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

ShowCancelButton

OkButtonText

ShowOkButton

Date Editor

DateEditTimeSectionProperties Class

DateEditTimeSectionProperties Members

DevExpress.Web Namespace