Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 738 Bytes

radiobuttons_itemtemplate.md

File metadata and controls

29 lines (17 loc) · 738 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.RadioButtons.ItemTemplate
winrt property

Microsoft.UI.Xaml.Controls.RadioButtons.ItemTemplate

-description

Gets or sets the DataTemplate used to display each item.

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

-property-value

The template that specifies the visualization of the data objects. The default is null.

-remarks

-see-also

RadioButtons

-examples