Skip to main content

ClearButtonDisplayMode Enum

Lists values specifying the clear button display mode.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also