New to Telerik UI for WPF? Start a free 30-day trial
Data Binding
Updated over 6 months ago
RadTabControl takes a full advantage of the DataBinding in WPF.
-
Use DataContext to provide data for data binding. Read more here.
-
Use data binding to bind a property to an object’s value.
-
Use data binding to bind the RadTabControl to a collection, in order to create tabs dynamically on the basis of the collection items. Read more here.
-
Use the TwoWay data binding mode, so you can provide interaction between the RadTabControl and the bound object.
-
Use DataBinding in combination with converter so you can easily adjust the value to your needs.