Back to Devexpress

CompatibilitySettings.SchedulerAppearanceStyle Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-be9d1493.md

latest1.6 KB
Original Source

CompatibilitySettings.SchedulerAppearanceStyle Property

Gets or sets the SchedulerControl UI style.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public static SchedulerAppearanceStyle SchedulerAppearanceStyle { get; set; }
vb
Public Shared Property SchedulerAppearanceStyle As SchedulerAppearanceStyle

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace