TdxGanttControlSheetColumn.AllowRename Property
In This Article
Specifies if a user can change the column’s caption.
#Declaration
Delphi
property AllowRename: TdxDefaultBoolean read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Options include:
Value | Description |
---|---|
b | 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. |
b | A user cannot rename the column. |
b | A View’s Options |
The AllowRename property’s default value is bDefault.
See Also