TcxSchedulerEventLinks.Expanded Property
In This Article
Specifies whether the predecessor task is expanded.
#Declaration
Delphi
property Expanded: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
The Expanded property is in effect if the scheduler’s ViewGantt.ShowExpandButtons property is True.
Set the Expanded property to True, to expand a predecessor task. Once it has been expanded, all the linked successors are displayed in the View.
See Also