Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 786 Bytes

togglesplitbutton_ischecked.md

File metadata and controls

39 lines (20 loc) · 786 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ToggleSplitButton.IsChecked
winrt property

Microsoft.UI.Xaml.Controls.ToggleSplitButton.IsChecked

-description

Gets or sets whether the ToggleSplitButton is checked.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

true if the ToggleSplitButton is checked; false if the ToggleSplitButton is unchecked. The default is false.

-remarks

-see-also

-examples

-xaml-syntax

<ToggleSplitButton IsChecked="bool" />