Gets or sets custom style selection logic for a style that can be applied to each generated item container element. This is a dependency property.

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

Syntax

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

See Also