EnumButtonVisibility
Enum
Defines the different visibility options that a button can have.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum ButtonVisibility
Fields
Collapsed
The button is not visible.
HiddenWhenDisabled
The button is visible when enabled and hidden when disabled (when the corresponding command cannot be executed).