dbicDayView Send comments on this topic.
MaxAllDayApps Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : MaxAllDayApps Property

Gets or sets the maximum number of appointment which can be displayed at one time in the all day appointment section.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MaxAllDayApps As Integer
C# 
public virtual int MaxAllDayApps {get; set;}

Property Value

integer

Remarks

If additional all day appointments are added, an arrow will be drawn in the appropriate column specifying additional appointments.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also