Back to Devexpress

SchedulerViewBase.Painter Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-9c16dae9.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'SchedulerViewInfoBase.Painter' property instead", false)]
public ViewPainter Painter { get; }
vb
<Browsable(False)>
<Obsolete("You should use the 'SchedulerViewInfoBase.Painter' property instead", False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Painter As ViewPainter

Property Value

TypeDescription
DevExpress.XtraScheduler.Drawing.ViewPainter

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

|

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace