maui-devexpress-dot-maui-dot-core-7baeedb0.md
Lists values used to specify when to display an icon.
Namespace : DevExpress.Maui.Core
Assembly : DevExpress.Maui.Core.dll
NuGet Package : DevExpress.Maui.Core
public enum IconVisibility
| Name | Description |
|---|---|
Never |
The icon is hidden.
|
| Always |
The icon is always visible.
|
| Auto |
The icon is visible when the editor is not empty.
|
The following properties accept/return IconVisibility values:
YieldIfNotNull<IconVisibility>()
See Also