MindFusion.Scheduling for ASP.NET Programmer's Guide
TimetableSettings.MaxAllDayItems Property
See Also
 





Gets or sets the maximum number of all-day items visible at a time in the column headers.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int MaxAllDayItems { get; set; }

Visual Basic  Copy Code

Public Property MaxAllDayItems As Integer

 Property Value

A non-negative integer value specifying the maximum number of all-day items visible at a time in the column headers. Default value is 4.

 Remarks

The all-day items header is automatically resized to hold all items up to the number set in this property.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WebForms Namespace