Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 648 Bytes

radiobuttons_items.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.RadioButtons.Items

-description

Gets the collection used to generate the content of the control.

-property-value

The collection that is used to generate the content of the control, if it exists; otherwise, null. The default is an empty collection.

-remarks

For more info, design guidance, and code examples, see Radio buttons.

-see-also

RadioButtons

-examples