Edit

Share via


ToastSelectionBox.Items Property

Definition

Gets the selection items that the user can pick from in this SelectionBox. Only 5 items can be added.

public System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.Notifications.ToastSelectionBoxItem> Items { get; }
member this.Items : System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.Notifications.ToastSelectionBoxItem>
Public ReadOnly Property Items As IList(Of ToastSelectionBoxItem)

Property Value

Applies to