CompatibilitySettings.SchedulerAppearanceStyle Property
Gets or sets the SchedulerControl UI style.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
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