Gets or sets the Style that is applied to the container for element generated for each item. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public Style ItemContainerStyle { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property ItemContainerStyle As Style

See Also