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

CompatibilitySettings.SchedulerAppearanceStyle Property

Gets or sets the SchedulerControl UI style.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.v19.1.dll

Declaration

public static SchedulerAppearanceStyle SchedulerAppearanceStyle { get; set; }

Property Value

Type Description
DevExpress.Xpf.Core.SchedulerAppearanceStyle

By default, Outlook2019.

Remarks

Set the SchedulerAppearanceStyle property to SchedulerAppearanceStyle.Classic to roll back to the UI style used in v18.2 and earlier.

The SchedulerAppearanceStyle property value should be set before the InitializeComponent() method call.

See Also