RadioButtons.Items Property

Definition

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

C#
public IList<object> Items { get; }

Property Value

IList<Object>

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.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also