ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ItemsControl Class / ItemsPanel Property

In This Topic
    ItemsPanel Property (C1ItemsControl)
    In This Topic
    Gets or sets the panel template that will be used when creating the items.
    Syntax
    'Declaration
     
    Public Property ItemsPanel As Windows.UI.Xaml.DataTemplate
    public Windows.UI.Xaml.DataTemplate ItemsPanel {get; set;}
    See Also