Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 857 Bytes

splitbutton_commandparameter.md

File metadata and controls

28 lines (17 loc) · 857 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.SplitButton.CommandParameter
winrt property
RS5

Windows.UI.Xaml.Controls.SplitButton.CommandParameter

-description

Gets or sets the parameter to pass to the Command property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SplitButton.CommandParameter (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

The parameter to pass to the Command property. The default is null.

-remarks

-see-also

-examples