Skip to main content
A newer version of this page is available. .

ReportMonthView.VisibleWeekCount Property

Overrides the ReportWeekView.VisibleWeekCount property to hide it.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

[Browsable(false)]
[DefaultValue(1)]
[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