ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / WordWrap Property

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