Skip to main content

TcxRowCaptionInfo.ViewParams Property

Provides access to the view parameters of the row item caption.

Declaration

property ViewParams: TcxViewParams read;

Property Value

Type
TcxViewParams

Remarks

The ViewParams property exposes the TcxViewParams object whose interface can be used to determine the background and text color, the font settings and the bitmap assigned to the row item caption. Note: you cannot change the values of these parameters. In order to do this, you should use styles. See the Styles Overview topic for more information on vertical grid styles.

See Also