Gets or sets whether text should be allowed to wrap in header cells in
this row/column.
Namespace:
C1.WPF.FlexGridAssembly: C1.WPF.FlexGrid.4 (in C1.WPF.FlexGrid.4.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(null)] [TypeConverterAttribute(typeof(NullableObjectConverter<bool>))] public Nullable<bool> HeaderTextWrapping { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(Nothing)> _ <TypeConverterAttribute(GetType(NullableObjectConverter(Of Boolean)))> _ Public Property HeaderTextWrapping As Nullable(Of Boolean) Get Set |