Skip to main content
Tab

ClearButtonDisplayMode Enum

Lists values specifying the clear button display mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum ClearButtonDisplayMode

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