dbicMonth Send comments on this topic.
TextWrap Property
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : TextWrap Property

Determines if the general text in a date cell will be wrapped to fit the date area.

Syntax

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

Property Value

Boolean

Remarks

The general text is defined by the dbiDayFormat that applies to the date.

Requirements

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

See Also