A newer version of this page is available.
Switch to the current version.
BootstrapDateEditTimeEditProperties.ClearButton Property
Gets the settings of the editor's Clear button.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapClearButton ClearButton { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ClearButton As BootstrapClearButton
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 focused and is not empty. Use the ClearButton property to access and customize the settings of the Clear button.
See Also
Feedback