[]
Gets or sets the Brush that is used to paint the background of dropdown item whose AlternationIndex is 1.
public Brush AlternatingItemBackground { get; set; }
Public Property AlternatingItemBackground As Brush
Type | Description |
---|---|
Brush | The brush that is used to paint the background of dropdown items whose AlternationIndex is 1. |
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.