Skip to main content
A newer version of this page is available. .

SchedulerViewBase.Painter Property

OBSOLETE

You should use the 'SchedulerViewInfoBase.Painter' property instead

Gets an object that provides the painting functionality of the scheduler control’s Views.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[Browsable(false)]
[Obsolete("You should use the 'SchedulerViewInfoBase.Painter' property instead", false)]
public ViewPainter Painter { get; }

Property Value

Type Description
DevExpress.XtraScheduler.Drawing.ViewPainter

A DevExpress.XtraScheduler.Drawing.ViewPainter object implementing the View’s base painting functionality.

See Also