Skip to main content

TdxGanttControlSheetColumn.AllowWordWrap Property

Specifies if the column supports word wrap.

Declaration

property AllowWordWrap: TdxDefaultBoolean read; write;

Property Value

Type
TdxDefaultBoolean

Remarks

Options include:

Value

Description

bTrue

Text in column data cells is wrapped if it does not fit the column’s width. A user can right-click the column’s header and click “Word Wrap” in the context menu to activate a word wrap option.

bFalse

A word wrap is disabled.

bDefault

A View’s OptionsSheet.CellAutoHeight property value defines if text in column cells can be wrapped.

The AllowWordWrap property’s default value is bDefault.

See Also