[]
        
(Showing Draft Content)

C1.WPF.Input.ComboBoxSelection.Item

this Property

this[int]

Gets the selected item at the specified index.

Declaration
public ComboBoxItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As ComboBoxItem
Parameters
Type Name Description
int index

The index of the selected item.

Implements