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.1.dll
NuGet Package: DevExpress.Web
Declaration
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