TdxGanttControlExtendedAttributes.Add(string,TdxGanttControlExtendedAttributeLevel) Method
Declaration
function Add(const AFieldName: string; ALevel: TdxGanttControlExtendedAttributeLevel): TdxGanttControlExtendedAttribute; overload;
Parameters
Name | Type | Description |
---|---|---|
AFieldName | string | A field name. |
ALevel | TdxGanttControlExtendedAttributeLevel | A custom field attribute level. |
Returns
Type | Description |
---|---|
TdxGanttControlExtendedAttribute | A custom field attribute. |
See Also