Skip to main content

TcxSchedulerCustomViewInfoItem.ViewParams Property

Gets the style attributes of the scheduling area‘s current element.

Declaration

property ViewParams: TcxViewParams read;

Property Value

Type
TcxViewParams

Remarks

Use the ViewParams property to obtain the style attributes of the scheduling area’s current element.

The TcxViewParams record contains the following attributes: the current element’s background bitmap or color, and the font and color of the text which will be drawn in the current element.

See Also