Skip to main content
A newer version of this page is available. .

BootstrapColorEditProperties.ClearButton Property

Gets the settings of the Color Edit’s Clear button.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapClearButton

A BootstrapClearButton object that contains button settings.

Remarks

BootstrapColorEdit_ClearButton

The Clear button allows end-users to clear the editor value. The button is displayed when the editor is focused, is not empty and the current device is a touch device.

Use the ClearButton property to access and customize the settings of the Clear button. To change the visibility mode of the Clear button, use the DisplayMode property.

See Also