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

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