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

    Gets or sets the number of months that are displayed in the Year View.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    [DefaultValue(12)]
    [XtraSerializableProperty]
    public int MonthCount { get; set; }

    Property Value

    Type Default Description
    Int32 12

    A value that specifies the number of months that are displayed in the Year View.

    See Also