FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellStyle Class / TextWrapping Property

In This Topic
    TextWrapping Property (CellStyle)
    In This Topic
    Gets or sets whether text should be wrapped in the cell.
    Syntax
    'Declaration
     
    Public Property TextWrapping As Nullable(Of Boolean)
    public Nullable<bool> TextWrapping {get; set;}
    See Also