SchedulerControl.GetPaintStyle() Method
Returns the paint style currently used to paint a scheduler control.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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