Gets or sets whether text should be wrapped in the cell.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public Nullable<bool> TextWrapping { get; set; }
Visual Basic
Public Property TextWrapping As Nullable(Of Boolean)
	Get
	Set

See Also