A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.Painter Property
Obsolete. 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; }
<Browsable(False)>
<Obsolete("You should use the 'SchedulerViewInfoBase.Painter' property instead", False)>
Public ReadOnly Property Painter As ViewPainter
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.Drawing.ViewPainter | A DevExpress.XtraScheduler.Drawing.ViewPainter object implementing the View's base painting functionality. |
See Also
Feedback