Skip to main content
All docs
V26.1
  • CompatibilitySettings.SchedulerAppearanceStyle Property

    Gets or sets the SchedulerControl UI style.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Data.Desktop.v26.1.dll

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

    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