Skip to main content
A newer version of this page is available. .

TcxCustomGridCellViewInfo.Params Field

Returns the cell’s style settings.

Declaration

Params: TcxViewParams

Field Value

Type
TcxViewParams

Remarks

Settings include:

Value Meaning
Bitmap The cell’s background bitmap.
Color The cell’s background color.
Font The cell’s output text font.
TextColor The cell’s output text color.

To learn how to specify style settings for the grid elements, refer to the Styles help topic.

See Also