Skip to main content
All docs
V25.1
  • YearView.Appearance Property

    Gets the appearance settings specific to the Year View.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    public YearViewAppearance Appearance { get; }

    Property Value

    Type Description
    DevExpress.XtraScheduler.YearViewAppearance

    The appearance settings specific to the Year View.

    Remarks

    Read the folllowing help topic for detailed information on appearances: Appearances.

    See Also