Gets or sets the style applied to all item containers.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public Style ItemContainerStyle { get; set; }
Visual Basic
Public Property ItemContainerStyle As Style
	Get
	Set

Remarks

This is a dependency property.

See Also