TcxCustomGridCellViewInfo.Params Field
In This Article
Returns cell style settings.
#Declaration
Delphi
Params: TcxViewParams
#Field Value
Type | Description |
---|---|
Tcx |
Stores cell style settings. |
#Remarks
Options include:
Value | Description |
---|---|
Bitmap | The cell’s background bitmap. |
Color | The cell’s background color. |
Font | The cell’s output text font. |
Text |
The cell’s output text color. |
See Also