TdxGanttControlExtendedAttributes.Append Method
Adds a new custom field to the collection.
Declaration
function Append: TdxGanttControlExtendedAttribute;
Returns
Type | Description |
---|---|
TdxGanttControlExtendedAttribute | A custom field attribute. |
Remarks
This function returns the new last custom field in the collection. To access a custom field, use the Items property.
See Also