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

In This Topic
    WordWrap Property (Cell)
    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