TdxGanttControlSheetColumn.AllowMove Property
Specifies if a user can drag and drop the column to change its position.
Declaration
property AllowMove: TdxDefaultBoolean read; write; default bDefault;
Property Value
Type | Default |
---|---|
TdxDefaultBoolean | bDefault |
Remarks
Options include:
Value | Description |
---|---|
bTrue | A user can drag and drop the column to change its position. |
bFalse | A user cannot change the column position via the drag-and-drop operation. However, there are additional ways to hide a column:
|
bDefault | A View’s OptionsSheet.AllowColumnMove property value defines if the column can be rearranged. |
The AllowMove property’s default value is bDefault.
See Also