TdxGanttControlViewSheetOptions Class
Contains settings related to custom field management.
Declaration
TdxGanttControlViewSheetOptions = class abstract(TdxGanttControlSheetOptions)
Remarks
Custom fields are sheet columns that store extra information about a task or resource.
This class includes API members that allow you to do the following:
- Append all available custom fields to a sheet column collection (AddExtendedAttributeColumns)
- Append custom fields of the specified type to a sheet column collection (AddExtendedAttributeColumns)
- Create custom fields for each attribute in an XML file (RetrieveMissingExtendedAttributeColumns)
Do not use this class directly. Use the following descendants instead:
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxGanttControlPersistent
TdxGanttControlCustomOptions
TdxGanttControlSheetOptions
TdxGanttControlViewSheetOptions
See Also