ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotFieldBase Class / WordWrap Property

In This Topic
    WordWrap Property (PivotFieldBase)
    In This Topic
    Gets or sets a value that indicates whether the content of this field should be allowed to wrap within cells.
    Syntax
    'Declaration
     
    
    Public Property WordWrap As Boolean
    public bool WordWrap {get; set;}
    See Also