InputPanel for UWP | ComponentOne
In This Topic
    Data Binding
    In This Topic

    InputPanel provides data binding support that lets you populate data in the control using a single line of code. The InputPanel control can be bound to data from various data sources, such as model object data, CollectionView, ObservableCollection, or any other kind of collection data. On binding InputPanel to a data source object, fields are generated for underlying data.

    Learn about these implementations in detail in the topic enlisted below.

    Binding InputPanel with ObservableCollection
    Learn how to bind data using ObservableCollection in code.
    Binding InputPanel with CollectionView
    Learn how to bind data using CollectionView in code.