Skip to main content

TdxGanttControlCustomBaseline.Owner Property

Returns the collection to which the baseline belongs.

Declaration

property Owner: TdxGanttControlCustomBaselines read;

Property Value

Type Description
TdxGanttControlCustomBaselines

A baseline collection.

Remarks

Use this property to get the baseline collection that stores the baseline. You can cast the Owner property value to the corresponding baseline collection class to access all class-specific members.

The table below displays elements that support baselines and lists references to baseline and collection classes:

Element

Baseline Class

Baseline Collection Class

Task

TdxGanttControlTaskBaseline

TdxGanttControlTaskBaselines

Resource

TdxGanttControlResourceBaseline

TdxGanttControlResourceBaselines

Assignment

TdxGanttControlAssignmentBaseline

TdxGanttControlAssignmentBaselines

Data Model

TdxGanttControlDataModelBaseline (stores baseline data for tasks, resources, and assignments)

TdxGanttControlDataModelBaselines

See Also