InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputPanelPresenter Class / InputControls Property

In This Topic
    InputControls Property
    In This Topic
    Gets or sets an input control collection which is shown in C1InputPanel.
    Syntax
    'Declaration
     
    Public Property InputControls As ObservableCollection(Of C1InputBase)
    public ObservableCollection<C1InputBase> InputControls {get; set;}
    See Also