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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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