EnumCellWhiteSpace
Enum
Defines how white space is handeled in the exported cells.
Definition
Namespace:Telerik.WinControls.UI.Export
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public enum CellWhiteSpace
Fields
NoWrap
Sequences of whitespace will collapse into a single whitespace. Text will never wrap to the next line.
Normal
Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary.
Pre
Whitespace is preserved. Text will only wrap on line breaks.
PreLine
Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks.
PreWrap
Whitespace is preserved. Text will wrap when necessary, and on line breaks.