Skip to main content

TextEdit.ShowClearButton Property

Gets or sets whether the editor displays the Clear button. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnShowClearButtonChanged")]
public bool? ShowClearButton { get; set; }

Property Value

Type Description
Nullable<Boolean>

true if the editor displays the Clear button; otherwise, false.

See Also