New to Telerik UI for .NET MAUIStart a free 30-day trial

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
In this article
DefinitionFieldsCollapsedHiddenWhenDisabledVisible
Not finding the help you need?
Contact Support