Back to Devexpress

ExtraCellsOptions.MinCount Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-extracellsoptions.md

latest2.1 KB
Original Source

ExtraCellsOptions.MinCount Property

Gets or sets the mimimum number of extra cells printed below the scheduling area in the report.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(3)]
[XtraSerializableProperty]
public int MinCount { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(3)>
Public Property MinCount As Integer

Property Value

TypeDefaultDescription
Int323

An integer, specifying the number of cells.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MinCount
DayViewTimeCells

.ExtraCells .MinCount

|

Remarks

If the ExtraCellsOptions.Visible property is set to true , the MinCount number of extra cells is printed below the report’s scheduling area, even if there are no appointments outside the visible interval.

See Also

Visible

ExtraCells

ExtraCellsOptions Class

ExtraCellsOptions Members

DevExpress.XtraScheduler.Reporting Namespace