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

Determines if all of the time increments will be displayed in an hourly block in the time section.

Syntax

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

Property Value

Boolean

Remarks

If this property is equal to true, each time increment will be displayed in the time section.  If it is equal to false, only the first time increment will be displayed. This property is only effective when TimeType property is equal to Split.

Requirements

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

See Also