.NET MAUI ToggleButton Command
The Telerik .NET MAUI ToggleButton allows you to attach a command that executes when the button is clicked.
-
Command
(ICommand
)—Defines the command which executes when the button is clicked. -
CommandParameter
(object
)—Specifies the parameter of the command which executes when the button is clicked.
Using the Command and CommandParameter
The following example demonstrates how to use the Command
.
1. Define the ToggleButton in XAML:
2. Add the telerik
namespace:
3. Add the ViewModel
:
This is the result on Android:
For a runnable example demonstrating the ToggleButton Command, see the SDKBrowser Demo Application and go to the ToggleButton > Features category.