TdxGanttControlSheetColumn.AllowHide Property
In This Article
Specifies if a user can hide the column via a drag-and-drop operation.
#Declaration
Delphi
property AllowHide: 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 header down to hide the column. The mouse pointer changes to a cross during the operation. |
b | A user cannot hide the column via the drag-and-drop operation. However, there are additional ways to hide a column:
|
b | A View’s Options |
The AllowHide property’s default value is bDefault.
See Also