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

TdxGanttControlSheetColumn.AllowInsert Property

Specifies if a user can insert an extra column.

#Declaration

Delphi
property AllowInsert: TdxDefaultBoolean read; write; default bDefault;

#Property Value

Type Default
TdxDefaultBoolean bDefault

#Remarks

Options include:

Value

Description

bTrue

A user can add a column. A user can do any of the following to insert a column:

  • Right-click a column header, choose “Insert Column” in the context menu, and select a column from the pop-up list.
  • Right-click a column header, choose “More…” in the context menu, and select a column in the “Choose Details” dialog.
  • Click a checkbox in the “Quick Column Customization“ drop-down list.

bFalse

A user cannot add the column.

bDefault

A View’s OptionsSheet.AllowColumnInsert property value defines if a user can add the column.

The AllowInsert property’s default value is bDefault.

See Also