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

A helper class that contains utility extensions for buttons.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public static class ButtonUtils

Inheritance: objectButtonUtils

Fields

VisibilityProperty

BindableProperty

Identifies the Visibility attached property.

C#
public static readonly BindableProperty VisibilityProperty

Methods

Gets the visibility of the bindable object.

C#
public static ButtonVisibility? GetVisibility(BindableObject bindable)
Parameters:bindableBindableObjectReturns:

ButtonVisibility?

Sets the visibility for this bindable object.

C#
public static void SetVisibility(BindableObject bindable, ButtonVisibility? value)
Parameters:bindableBindableObjectvalueButtonVisibility?