dbicCalendar Send comments on this topic.
DisplayTitle Property
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : DisplayTitle Property

Determines if the title area will be displayed in the control.

Syntax

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

Remarks

The title text is determined by the GroupType Property.  If there is no grouping, then there will be no text in the title area.  

Requirements

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

See Also