Skip to main content

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 More... menu item is hidden.

Remarks

A user should right-click a sheet column to invoke its pop-up menu and use this item.

The "More..." Menu Item

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

The "Choose Details" dialog

The AllowColumnDetailCustomization property’s default value is True.

See Also