Skip to main content

TcxCustomViewInfoItem.ViewParams Property

Represents the basic view parameters of an element.

Declaration

property ViewParams: TcxViewParams read;

Property Value

Type
TcxViewParams

Remarks

The ViewParams property contains the base view parameters of elements. They include background and content colors.

The parameters are represented by the following properties:

  • Color - represents an element’s background color;

  • Bitmap - represents an element’s background bitmap;

  • Font - represents an element’s text font;

  • TextColor - represents an element’s text color.

See Also