SchedulerViewInfoBase.Painter Property
Gets an object that provides the painting functionality of the scheduler control’s Views.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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