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

Determines if the contact information will appear in the appointment.

Syntax

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

Property Value

Boolean

Remarks

If this property is set to true the Title Property in the dbiContactItem Class will be displayed.

Requirements

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

See Also