TdxGanttControlResource.Type Property
In This Article
Specifies the resource type.
#Declaration
Delphi
property &Type: TdxGanttControlResourceType read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to categorize resources. The control includes three resource types:
- Work
- Material
- Cost
Refer to the TdxGanttControlResourceType description for more information.
Note
The control ignores this value until you specify it.
The Type
property’s default value is TdxGanttControlResourceType.Material
.
See Also