RadControls for WinForms

Defines how white space is handeled in the exported cells.

Namespace: Telerik.WinControls.UI.Export
Assembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum CellWhiteSpace
Visual Basic
Public Enumeration CellWhiteSpace

Members

Member nameValueDescription
Normal0 Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary.
NoWrap1 Sequences of whitespace will collapse into a single whitespace. Text will never wrap to the next line.
Pre2 Whitespace is preserved. Text will only wrap on line breaks.
PreLine3 Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks.
PreWrap4 Whitespace is preserved. Text will wrap when necessary, and on line breaks.

See Also