ButtonEditPropertiesBase.ClearButton Property
In This Article
Gets the settings of the editor’s Clear button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual ClearButton ClearButton { get; }
#Property Value
Type | Description |
---|---|
Clear |
A Clear |
#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.
Note
The ASPx
See Also