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

ASPxButtonEditBase.ClearButton Property

Gets the settings of the editor’s Clear button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual ClearButton ClearButton { get; }

Property Value

Type Description
ClearButton

A ClearButton 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.

ClearButton

See Also