TdxGanttControlSheetColumn.AllowInsert Property
In This Article
Specifies if a user can insert an extra column.
#Declaration
Delphi
property AllowInsert: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
Options include:
Value | Description |
---|---|
b | A user can add a column. A user can do any of the following to insert a column:
|
b | A user cannot add the column. |
b | A View’s Options |
The AllowInsert property’s default value is bDefault.
See Also