Intersoft ClientUI Documentation
ItemContainerStyle Property (HierarchicalDataTemplate)



Gets or sets the Style that is applied to the item container for each child item.
Syntax
Public Property ItemContainerStyle As Style
Dim instance As HierarchicalDataTemplate
Dim value As Style
 
instance.ItemContainerStyle = value
 
value = instance.ItemContainerStyle
public Style ItemContainerStyle {get; set;}
public:
property Style^ ItemContainerStyle {
   Style^ get();
   void set (    Style^ value);
}

Property Value

The style that is applied to the item container for each child item.
Requirements

Target Platforms: Windows 7, 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

Reference

HierarchicalDataTemplate Class
HierarchicalDataTemplate Members

Send Feedback