TdxGanttControlTask.OutlineLevel Property
In This Article
Specifies a task’s nesting level.
#Declaration
Delphi
property OutlineLevel: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to arrange project tasks into a hierarchy.
The project summary task’s outline level equals zero because this task is not nested.
See Also