Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 718 Bytes

menuflyoutitem_commandparameter.md

File metadata and controls

38 lines (26 loc) · 718 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.MenuFlyoutItem.CommandParameter
winrt property

Windows.UI.Xaml.Controls.MenuFlyoutItem.CommandParameter

-description

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

-xaml-syntax

<MenuFlyoutItem>
  <MenuFlyoutItem.CommandParameter>
    object
  </MenuFlyoutItem.CommandParameter>
</MenuFlyoutItem>
<MenuFlyoutItem CommandParameter="objectAsString"/>

-property-value

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

-remarks

-examples

-see-also