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

In This Topic
    ItemsPanelTemplate Property (C1InputPanelPresenter)
    In This Topic
    Gets or sets a template that defines the C1InputPanel that controls the layout of items.
    Syntax
    'Declaration
     
    Public Property ItemsPanelTemplate As ItemsPanelTemplate
    public ItemsPanelTemplate ItemsPanelTemplate {get; set;}
    See Also