[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.PreserveWhiteSpace

PreserveWhiteSpace Method

PreserveWhiteSpace(bool)

Configurates 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

Declaration
public virtual TBuilder PreserveWhiteSpace(bool value)
Public Overridable Function PreserveWhiteSpace(value As Boolean) As TBuilder
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.