Skip to main content

ReportMonthView.VisibleWeekCount Property

Overrides the ReportWeekView.VisibleWeekCount property to hide it.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[Browsable(false)]
[DefaultValue(1)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public int VisibleWeekCount { get; set; }

Property Value

Type Default Description
Int32 1

An integer representing a number of weeks.

Remarks

This property is overridden to hide the corresponding property of the ReportWeekView class, because the VisibleWeekCount property isn’t appropriate for the ReportMonthView class.

See Also