Back to Devexpress

DateEditTimeSectionProperties.OkButtonText Property

aspnet-devexpress-dot-web-dot-dateedittimesectionproperties-3c41c98e.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
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

ShowOkButton

CancelButtonText

ShowCancelButton

Date Editor

DateEditTimeSectionProperties Class

DateEditTimeSectionProperties Members

DevExpress.Web Namespace