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

Determines if the title text in will wrap.

Syntax

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

Property Value

Boolean

Remarks

The title text will only wrap if there is not enough space on a single line.   

Requirements

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

See Also