ComponentOne InputPanel for UWP
InputControls Property

C1.UWP.InputPanel Assembly > C1.Xaml.InputPanel Namespace > C1InputPanelPresenter Class : InputControls Property
Gets or sets an input control collection which is shown in C1InputPanel.
Syntax
'Declaration
 
Public Property InputControls As System.Collections.ObjectModel.ObservableCollection(Of C1InputBase)
public System.Collections.ObjectModel.ObservableCollection<C1InputBase> InputControls {get; set;}
See Also

Reference

C1InputPanelPresenter Class
C1InputPanelPresenter Members