Skip to main content

TcxSchedulerCustomViewInfoItem Members

A ViewInfo class that contains information which is used to render the various elements of the scheduler area.

Constructors

Name Description
Create(TcxCustomLookAndFeelPainter,TRect,TRect,TcxViewParams,TdxScaleFactor,Boolean) Initializes a new instance of the TcxSchedulerCustomViewInfoItem class with specified settings.

Properties

Name Description
Bitmap Specifies the background bitmap of the scheduling area‘s current element.
Borders Specifies the current element’s borders.
Bounds Gets the current element’s rectangle.
Canvas Represents the surface on which the required element will be drawn.
ClipRect Gets the current element’s clipping rectangle.
Color Specifies the background color of the scheduling area‘s current element.
DisplayText protected Specifies the text which will be drawn within the scheduling area‘s current element.
Font Gets the font of the output text of the scheduling area‘s current element.
Height
Painter Provides access to the painter class used to paint the scheduling area‘s elements.
ScaleFactor
TextColor Specifies the color of the output text in the scheduling area‘s current element.
Transparent Specifies whether the background of the current element will be drawn.
UseRightToLeftAlignment
ViewParams Gets the style attributes of the scheduling area‘s current element.
Visible Gets whether the current element will be drawn within the scheduling area.
Width

Methods

Name Description
Draw(TcxCanvas) Paints the scheduling area‘s current element on the canvas.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also