[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ItemBackground

ItemBackground Property

ItemBackground

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

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

The brush that is used to paint the background of dropdown item whose AlternationIndex is 0.

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 0.