Back to Devexpress

TdxGanttControlResource.Type Property

vcl-dxganttcontrolresources-dot-tdxganttcontrolresource-5bbda135.md

latest985 B
Original Source

TdxGanttControlResource.Type Property

Specifies the resource type.

Declaration

delphi
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

TdxGanttControlResource Class

TdxGanttControlResource Members

dxGanttControlResources Unit