Gets or sets whether text should be allowed to wrap in cells in this row/column.

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

Syntax

C#
[DefaultValueAttribute(null)]
[TypeConverterAttribute(typeof(NullableObjectConverter<bool>))]
public Nullable<bool> TextWrapping { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
<TypeConverterAttribute(GetType(NullableObjectConverter(Of Boolean)))> _
Public Property TextWrapping As Nullable(Of Boolean)
	Get
	Set

See Also