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

Determines if a line will separate the time segments in the time area.

Syntax

Visual Basic (Declaration) 
Public Overridable Property TimeBreakLine As Boolean
C# 
public virtual bool TimeBreakLine {get; set;}

Property Value

Boolean

Remarks

The TimeBreakLine is only visible if the TimeBorder property is set to None.

Requirements

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

See Also