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:
|
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