Back to Devexpress

IDropDownBox.ClearButtonDisplayMode Property

blazor-devexpress-dot-blazor-dot-idropdownbox.md

latest1.4 KB
Original Source

IDropDownBox.ClearButtonDisplayMode Property

Specifies whether the editor displays the Clear button when the editor is not empty.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(DataEditorClearButtonDisplayMode.Never)]
DataEditorClearButtonDisplayMode ClearButtonDisplayMode { get; set; }

Property Value

TypeDefaultDescription
DataEditorClearButtonDisplayModeNever

The display mode.

|

Available values:

NameDescription
Auto

The clear button is visible when an editor is not empty. This mode requires that the editor’s data type is nullable.

| | Never |

The clear button is not visible.

|

Remarks

Refer to the ClearButtonDisplayMode property description for additional information and an example.

See Also

IDropDownBox Interface

IDropDownBox Members

DevExpress.Blazor Namespace