TdxGanttControlResource.Type Property
Specifies the resource type.
Declaration
property &Type: TdxGanttControlResourceType read; write;
Property Value
Type |
---|
TdxGanttControlResourceType |
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