Skip to main content
A newer version of this page is available. .

SchedulerControl.GetPaintStyle() Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public SchedulerPaintStyle GetPaintStyle()

Returns

Type Description
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