[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AlternatingItemBackground

AlternatingItemBackground Property

AlternatingItemBackground

Gets or sets the Brush that is used to paint the background of dropdown item whose AlternationIndex is 1.

Declaration
public Brush AlternatingItemBackground { get; set; }
Public Property AlternatingItemBackground As Brush
Property Value
Type Description
Brush

The brush that is used to paint the background of dropdown items whose AlternationIndex is 1.

Remarks

The ItemBackground property is used to paint the background for all dropdown items in the control. However, if the AlternatingItemBackground property value is not null, its value overrides the default background value for dropdown items whose AlternationIndex is 1.