EnumToolbarButtonVisibilityMode
Enum
Specifies the visibility mode of a button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum ToolbarButtonVisibilityMode
Fields
Auto
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.
Hidden
The button is always hidden from the toolbar, regardless of the associated command.
Visible
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.