Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 887 Bytes

radiobuttons_containerfromindex_1393457780.md

File metadata and controls

35 lines (20 loc) · 887 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.RadioButtons.ContainerFromIndex(System.Int32)
winrt method

Microsoft.UI.Xaml.Controls.RadioButtons.ContainerFromIndex(System.Int32)

-description

Returns the container for the item at the specified index within the item collection.

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

-parameters

-param index

The index of the item to retrieve.

-returns

The container for the item at the specified index within the item collection, if the item has a container; otherwise, null.

-remarks

-see-also

RadioButtons

-examples