Back to Devexpress

SchedulerControl.GetPaintStyle() Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-9de94f00.md

latest1.6 KB
Original Source

SchedulerControl.GetPaintStyle() Method

Returns the paint style currently used to paint a scheduler control.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public SchedulerPaintStyle GetPaintStyle()
vb
Public Function GetPaintStyle As SchedulerPaintStyle

Returns

TypeDescription
DevExpress.XtraScheduler.Drawing.SchedulerPaintStyle

A DevExpress.XtraScheduler.Drawing.SchedulerPaintStyle object representing the paint style currently used.

|

Remarks

Use this property to get the currently used paint style (one of the styles returned by the SchedulerControl.PaintStyles property). To get the name of the currently used paint style use the SchedulerControl.PaintStyleName

See Also

Look and Feel

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace