Skip to main content

TdxGanttControlResourceViewSheetOptions Class

Stores the Resource Sheet View settings.

Declaration

TdxGanttControlResourceViewSheetOptions = class(
    TdxGanttControlViewSheetOptions
)

Remarks

The Resource Sheet View displays columns that store resource information such as a name, type (work, material, or cost), and group

This class does not introduce new members except for the Owner property. It simply publishes properties and methods from its ancestor.

A control‘s ViewResourceSheet.OptionsSheet property references a TdxGanttControlResourceViewSheetOptions object.

See Also