Back to Devexpress

EditBaseActualAppearance.ClearIconVisibility Property

maui-devexpress-dot-maui-dot-editors-dot-editbaseactualappearance.md

latest1.2 KB
Original Source

EditBaseActualAppearance.ClearIconVisibility Property

Gets the clear icon’s visibility value that is applied to the EditBase. To specify this value, use the BoxPadding property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public IconVisibility ClearIconVisibility { get; }

Property Value

TypeDescription
IconVisibility

An IconVisibility value.

|

Available values:

NameDescription
Never

The icon is hidden.

| | Always |

The icon is always visible.

| | Auto |

The icon is visible when the editor is not empty.

|

See Also

EditBaseActualAppearance Class

EditBaseActualAppearance Members

DevExpress.Maui.Editors Namespace