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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also