Skip to main content

SchedulerViewInfoBase.Painter Property

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public ViewPainter Painter { get; }

Property Value

Type Description
DevExpress.XtraScheduler.Drawing.ViewPainter

A DevExpress.XtraScheduler.Drawing.ViewPainter class instance.

Remarks

This property is intended to support advanced customization technique. Do not use it, unless you are experienced with Scheduler painting methods.

See Also