ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Column Class / WordWrap Property

In This Topic
    WordWrap Property (Column)
    In This Topic
    Gets or sets whether cells in this row or column should wrap their content.
    Syntax
    'Declaration
     
    Public Overridable Property WordWrap As Boolean
    public virtual bool WordWrap {get; set;}
    See Also