AlternationCount Property (GcComboBox)
Gets or sets the number of alternating item containers in the
GcComboBox, which enables alternating containers to have a unique appearance. This is a dependency property.
'Declaration
Public Property AlternationCount As Integer
'Usage
Dim instance As GcComboBox
Dim value As Integer
instance.AlternationCount = value
value = instance.AlternationCount
public int AlternationCount {get; set;}
Property Value
AlternationCount will be set into dropdown control to support alternating item.