Skip to main content

TdxGanttControlSheetColumn.AllowInsert Property

Specifies if a user can insert an extra column.

Declaration

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