ClearButtonDisplayMode Enum
In This Article
Lists values specifying the clear button display mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Auto | The clear button is displayed on touch devices only. |
Never | The clear button is not displayed. |
On |
The clear button is displayed when an editor is hovered or focused. |
Always | The clear button is always visible. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also