Skip to main content

TcxSchedulerCustomViewInfoItem.Painter Property

Provides access to the painter class used to paint the scheduling area‘s elements.

Declaration

property Painter: TcxCustomLookAndFeelPainter read;

Property Value

Type
TcxCustomLookAndFeelPainter

Remarks

Depending upon the settings specified by the scheduler’s LookAndFeel property the appropriate instance of the TcxCustomLookAndFeelPainter descendant is invoked to paint the scheduler’s elements.

Use the Painter property to access a TcxCustomLookAndFeelPainter descendant.

See Also