ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotGridTagHelper Class / PreserveWhiteSpace Property

In This Topic
    PreserveWhiteSpace Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.PreserveWhiteSpace. Sets a value that determines whether the grid should keep whitespace in cells as they appear in the data or whether it should collapse the whitespace into a single space character
    Syntax
    'Declaration
     
    Public Overridable Property PreserveWhiteSpace As Boolean
    public virtual bool PreserveWhiteSpace {get; set;}
    See Also