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

    Contains options that specify how appointments are displayed in the Year View.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    [XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
    public YearViewAppointmentDisplayOptionsEx AppointmentDisplayOptions { get; }

    Property Value

    Type Description
    YearViewAppointmentDisplayOptionsEx

    An object that contains appointment display options.

    See Also