Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlSheetOptions.AllowColumnDetailCustomization Property

Specifies if a sheet column‘s pop-up menu can display the More... item.

#Declaration

Delphi
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