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

NuGet Package: DevExpress.Web

#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