[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternationCount

AlternationCount Property

AlternationCount

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 int AlternationCount { get; set; }
Public Property AlternationCount As Integer
Property Value
Type Description
int

AlternationCount will be set into dropdown control to support alternating item.

Examples

The following example creates a GcComboBox and uses two AlternationConverter objects to alternate the Background and FontStyle of the items.