property Group.BackColorLock as Color

Retrieves or sets a value that indicates the group's background color for the locked area.

TypeDescription
Color A boolean expression that indicates the group's background color for the locked area.

The group may contains two kind of columns: locked and unlocked. The locked category contains all the columns that are fixed to the left area of the client area. These columns cannot be scrolled horizontally. Use the CountLockedColumns to specify the number of locked columns. The unlocked contains the columns that can be scrolled horizontally. To change the background color of the group's unlocked area use BackColor property.