Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / AlternationCount Property
Example


In This Topic
    AlternationCount Property (GcComboBox)
    In This Topic
    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.
    Syntax
    '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.
    Example
    See Also