[]
        
(Showing Draft Content)

C1.Blazor.TreeView.TreeViewVirtualStackPanel.Items

Items Property

Items

Gets or sets the collection of items displayed in the TreeViewVirtualStackPanel.

Declaration
[Parameter]
public IDataCollection<TreeViewItem> Items { get; set; }
<Parameter>
Public Property Items As IDataCollection(Of TreeViewItem)