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

Determines if the location information will appear in the appointment. 

Syntax

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

Property Value

Boolean

Remarks

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

 

Requirements

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

See Also