Specifies the visibility mode of a button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ToolbarButtonVisibilityMode
Fields
The button visibility is determined automatically, based on the associated command. When the command can be executed, the button is visible, otherwise it is hidden.
C#
Auto = 0
The button is always hidden from the toolbar, regardless of the associated command.
C#
Hidden = 2
The button is always visible in the toolbar, regardless of the associated command. When the command can be executed, the button is enabled, otherwise it is disabled.
C#
Visible = 1