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
public IconVisibility ClearIconVisibility { get; }
Property Value
Type | Description |
---|---|
IconVisibility | An IconVisibility value. |
Available values:
Name | Description |
---|---|
Never | The icon is hidden. |
Always | The icon is always visible. |
Auto | The icon is visible when the editor is not empty. |
See Also