ReportMonthView.VisibleWeekCount Property
Overrides the ReportWeekView.VisibleWeekCount property to hide it.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll
Declaration
[Browsable(false)]
[DefaultValue(1)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public int VisibleWeekCount { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(1)>
<XtraSerializableProperty>
Public Property VisibleWeekCount As Integer
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
Feedback