Skip to main content

TdxGanttControlSheetColumn.AllowRename Property

Specifies if a user can change the column’s caption.

Declaration

property AllowRename: TdxDefaultBoolean read; write;

Property Value

Type
TdxDefaultBoolean

Remarks

Options include:

Value

Description

bTrue

A user can rename the column. To do this, a user can right-click a column header, choose “Rename Column” in the context menu, and assign a new caption to the column.

bFalse

A user cannot rename the column.

bDefault

A View’s OptionsSheet.AllowColumnRename property value defines if a user can change the column caption.

The AllowRename property’s default value is bDefault.

See Also