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