Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlSheetOptions Class

The base class for sheet options.

#Declaration

Delphi
TdxGanttControlSheetOptions = class abstract(TdxGanttControlCustomOptions, IcxStoredObject, IcxStoredParent)

#Remarks

A sheet stores information required to generate a task. The control includes the following sheets:

  • The Chart View’s task Sheet. Allows users to specify the task name, duration, start/finish, and other settings that affect task appearance.

  • The Resource Sheet View. Stores resources required to complete a task.

This class includes the following members that allow you to:

The following properties reference a TdxGanttControlSheetOptions object:

See Also