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

Gets or sets the minimum height for the all day appointment section.

Syntax

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

Property Value

Integer

Remarks

The minimum value for this property is 5, and is measured in pixels.  The all day appointment section is only visible when the DisplayAllDay property is set to true.

Requirements

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

See Also