TcxSchedulerGanttView.ShowExpandButtons Property
In This Article
Specifies whether task expand buttons are to be displayed in the Time View.
#Declaration
Delphi
property ShowExpandButtons: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the ShowExpandButtons property to True, to display task expand buttons in the Time View.
Value | Sample |
---|---|
False | ![]() |
True | ![]() |
The default value of the ShowExpandButtons property is False.
See Also