TdxGanttControlCustomBaseline.Owner Property
In This Article
Returns the collection to which the baseline belongs.
#Declaration
Delphi
property Owner: TdxGanttControlCustomBaselines read;
#Property Value
Type | Description |
---|---|
Tdx |
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 |
---|---|---|
Tdx |
See Also