TdxGanttControlSheetOptions.AllowColumnDetailCustomization Property
Specifies if a sheet column‘s pop-up menu can display the More... item.
Declaration
property AllowColumnDetailCustomization: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True | If True, a user can click this item to open the Choose Details dialog to adjust column settings. If False, the |
Remarks
A user should right-click a sheet column to invoke its pop-up menu and use this item.

A click on this item invokes the Choose Details dialog that allows a user to change column order, size, and visibility.

The AllowColumnDetailCustomization property’s default value is True.
See Also