ItemsPresenterBase.

ItemsPanel Property

Summary

Gets or sets a template which creates the Panel used to display the items.

Syntax

public ITemplate<IPanel> ItemsPanel { get; set; }

Value

Type Description
ITemplate<IPanel>