New to Telerik UI for WPF? Start a free 30-day trial
Data Binding
Updated over 6 months ago
RadContextMenu supports data binding to various data sources and services. Moreover, RadContextMenu can be used in two modes:
-
Data bound mode - simply set RadContextMenu.ItemsSource and RadContextMenu will automatically display the provided items.
-
Manual mode - add your items manually to the RadContextMenu.Items collection.
For more information take a look at the Populating with Data topics.