Back to Devexpress

ClearButtonDisplayMode Enum

aspnet-devexpress-dot-web-688b290b.md

latest1.2 KB
Original Source

ClearButtonDisplayMode Enum

Lists values specifying the clear button display mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ClearButtonDisplayMode
vb
Public Enum ClearButtonDisplayMode

Members

NameDescription
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.

|

The following properties accept/return ClearButtonDisplayMode values:

Remarks

Values listed by this enumerator are used to set the ClearButton.DisplayMode property.

See Also

DevExpress.Web Namespace