A newer version of this page is available.
Switch to the current version.
ClearButtonDisplayMode Enum
Lists values specifying the clear button display mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Auto | The clear button is displayed on touch devices only. |
Never | The clear button is not displayed. |
OnHover | The clear button is displayed when an editor is hovered or focused. |
Always | The clear button is always visible except for empty editors. |
Related API Members
The following properties accept/return ClearButtonDisplayMode values:
Remarks
Values listed by this enumerator are used to set the ClearButton.DisplayMode property.
See Also
Feedback