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

Determines which text will appear in a single line appointment.

Syntax

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

Property Value

Boolean

Remarks

If this property is set to true, the information line will be displayed.  If it is set to false, the appointment text will be displayed.

Requirements

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

See Also