TdxGanttControlSheetColumn.AllowMove Property
In This Article
Specifies if a user can drag and drop the column to change its position.
#Declaration
Delphi
property AllowMove: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
Options include:
Value | Description |
---|---|
b | A user can drag and drop the column to change its position. |
b | A user cannot change the column position via the drag-and-drop operation. However, there are additional ways to hide a column:
|
b | A View’s Options |
The AllowMove property’s default value is bDefault.
See Also