Enum
CellWhiteSpace

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.

Declaration

cs-api-definition
NoWrap = 1

Field Value

CellWhiteSpace

Normal

Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary.

Declaration

cs-api-definition
Normal = 0

Field Value

CellWhiteSpace

Pre

Whitespace is preserved. Text will only wrap on line breaks.

Declaration

cs-api-definition
Pre = 2

Field Value

CellWhiteSpace

PreLine

Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks.

Declaration

cs-api-definition
PreLine = 3

Field Value

CellWhiteSpace

PreWrap

Whitespace is preserved. Text will wrap when necessary, and on line breaks.

Declaration

cs-api-definition
PreWrap = 4

Field Value

CellWhiteSpace

In this article
DefinitionFieldsNoWrapNormalPrePreLinePreWrap
Not finding the help you need?
Contact Support