In This Topic
Menu offers many advanced features. These features are listed below:
- ItemsSource
Use the ItemSource property to set the array or ICollectionView object that contains the items to select from.
- Placeholder
Use the Placeholder property to set string shown as a hint when the control is empty.
- SelectedIndex
Use the SelectedIndex property to specify the index of the SelectedItem.
- SelectedValue
Use the SelectedVaue property to set the value of the SelectedItem, obtained using the SelectedValuePath.