InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputPanel Class / ItemsTemplate Property

In This Topic
    ItemsTemplate Property (C1InputPanel)
    In This Topic
    Gets or sets a template applied to C1InputPanel.
    Syntax
    'Declaration
     
    Public Property ItemsTemplate As DataTemplate
    public DataTemplate ItemsTemplate {get; set;}
    See Also