Gets or sets then number of alternating item containers in the ItemsControl, which enables alternating containers to have a unique appearance. This is a dependency property.

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

Syntax

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

See Also