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

DateEditTimeSectionProperties.OkButtonText Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("OK")]
public string OkButtonText { get; set; }

Property Value

Type Default Description
String "OK"

A String value specifuing the text within the Ok button.

Remarks

Use the OkButtonText property to specify the text displayed in the Ok button. The button visibility can be specified via the DateEditTimeSectionProperties.ShowOkButton property.

See Also