TdxGanttControlSheetColumn.AllowWordWrap Property
In This Article
Specifies if the column supports word wrap.
#Declaration
Delphi
property AllowWordWrap: TdxDefaultBoolean read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Options include:
Value | Description |
---|---|
b | 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. |
b | A word wrap is disabled. |
b | A View’s Options |
The AllowWordWrap property’s default value is bDefault.
See Also