BootstrapColorEditProperties.ClearButton Property
Gets the settings of the Color Edit’s Clear button.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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 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