Version

DefaultItemsContainer Property

Gets or sets a DataTemplate whose content will be used as the default container for all generated children items of the owning object.
Syntax
'Declaration
 
Public Property DefaultItemsContainer As DataTemplate
public DataTemplate DefaultItemsContainer {get; set;}
Remarks
If the root content of the DataTemplate is not of a specific type defined by the owning control, the property will be ignored and the default container will be used instead.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also