Enum
ToolbarButtonVisibilityMode

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.

Declaration

cs-api-definition
Auto = 0

Field Value

ToolbarButtonVisibilityMode

Hidden

The button is always hidden from the toolbar, regardless of the associated command.

Declaration

cs-api-definition
Hidden = 2

Field Value

ToolbarButtonVisibilityMode

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.

Declaration

cs-api-definition
Visible = 1

Field Value

ToolbarButtonVisibilityMode

In this article
DefinitionFieldsAutoHiddenVisible
Not finding the help you need?
Contact Support