TcxCustomRowHeaderInfo.ViewParams Property
Provides the row header’s view parameters.
Declaration
property ViewParams: TcxViewParams read; write;
Property Value
Type |
---|
TcxViewParams |
Remarks
The ViewParams property exposes the TcxViewParams object that can be used to obtain the background and text color, font settings and the bitmap assigned to the row header. The property can be useful when painting row headers.
Note
you cannot change the values of the view parameters. In order to specify another bitmap, font settings, text and background color you should use the vertical grid control’s styles.
See Also