Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlSheetColumn.AllowWordWrap Property

Specifies if the column supports word wrap.

#Declaration

Delphi
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