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

Determines if task information will appear in the appointment.

Syntax

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

Property Value

Boolean

Remarks

If this property is to true the Subject Property in the dbiTaskItem Class will be displayed.

 

Requirements

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

See Also