Overview | Methods | This Package | All Packages
Sets the background color for selected cells in the column.
Syntax
public void setSelectedBackColor( Color color )
Parameters
color
A Color object that represents the background color for selected cells.
Remarks
Call setSelectedBackColor to override the default selected background color set by the parent DataGrid control. To later return to this default, pass null to setSelectedBackColor.
To set the background color for cells that are not selected, call setBackColor.
See Also getSelectedBackColor, shouldPersistSelectedBackColor