ButtonEditPropertiesBase.ClearButton Property
Gets the settings of the editor’s Clear button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 focused and is not empty. Use the ClearButton property to access and customize the settings of the Clear button.
Note
The ASPxComboBox.AllowNull property is not in effect if the Clear button is displayed.
See Also