Gets or sets whether text should be allowed to wrap in cells in this row/column.
Namespace:
C1.Phone.FlexGridAssembly: 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 |