ButtonVisibility
Enum
Defines the different visibility options that a button can have.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ButtonVisibility
Fields
The button is not visible.
C#
Collapsed = 2
The button is visible when enabled and hidden when disabled (when the corresponding command cannot be executed).
C#
HiddenWhenDisabled = 1
The button is visible.
C#
Visible = 0