DateEditTimeSectionProperties.ShowOkButton Property
Gets or sets a value that specifies whether the Ok button is displayed within the time section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Remarks
Use the ShowOkButton property to specify whether the Ok button is visible within the time section. The button text can be customized via the DateEditTimeSectionProperties.OkButtonText property.
See Also