C1.Maui.Core Assembly / C1.Maui.Core Namespace / C1ToggleButton Class / IsChecked Property
In This Topic
IsChecked Property (C1ToggleButton)
In This Topic
Gets or sets whether the C1ToggleButton is checked.
Syntax
public Nullable<bool> IsChecked {get; set;}
See Also