Skip to main content

BootstrapTimeEdit.ClearButton Property

Gets the settings of the editor’s Clear button.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapClearButton ClearButton { get; }

Property Value

Type Description
BootstrapClearButton

A BootstrapClearButton object that contains button settings.

Remarks

The Clear button allows end-users to clear the editor value. The button is displayed when the editor is hovered or focused, and is not empty. Use the ClearButton property to access and customize the settings of the Clear button.

See Also