Skip to main content

TcxCustomGridViewStyles.Background Property

Specifies the style for a View background.

Declaration

property Background: TcxStyle index vsBackground read; write;

Property Value

Type
TcxStyle

Remarks

The Background property allows you to define the style (font, background color) for a View background.

The following image shows a grid control with its background painted in turquoise ($00D0E040):

The Background property can also be used to specify the style for the ‘<No data to display>’ label which is displayed in an empty grid View (refer to the OptionsView.NoDataToDisplayInfoText property for details).

See Also