Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridNewRow Class / WordWrap Property

In This Topic
    WordWrap Property (GridNewRow)
    In This Topic
    Gets or sets a value indicating whether cells in the row wrap their content.
    Syntax
    'Declaration
     
    
    Public Property WordWrap As Nullable(Of Boolean)
    public Nullable<bool> WordWrap {get; set;}
    See Also