ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1InputPanelPresenter Class / ItemsTemplate Property

In This Topic
    ItemsTemplate Property (C1InputPanelPresenter)
    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