InputPanel supports data binding through data tables. You can create a data table using the standard DataTable class and bind it to the InputPanel control by setting the ItemsSource property.
Complete the following steps to bind InputPanel to data through data table.
XAML |
Copy Code
|
---|---|
<c1:C1InputPanel Name="InPanel" ItemsSource="{Binding Employees}"/> |