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

    Gets or sets whether to display days outside the current range (for example, days from the previous month).

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    [DefaultValue(DefaultBoolean.Default)]
    [XtraSerializableProperty]
    public DefaultBoolean ShowOutOfScopeDays { get; set; }

    Property Value

    Type Default Description
    DefaultBoolean Default

    DefaultBoolean.True to display days outside the current range; otherwise, DefaultBoolean.False or DefaultBoolean.Default.

    Available values:

    Name Description Return Value
    True

    The value is true.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    Remarks

    Show Out Of Scope Days - WinForms Scheduler

    See Also