TimelinePaneOptions
Interface
Represents the options for the pane that contains the timeline section.
Definition
Package:@progress/kendo-angular-gantt
Properties
collapsed?
boolean
Specifies if the pane is collapsed initially.
collapsible?
boolean
Specifies if the user can hide the pane.
max?
string
Sets the maximum size of the pane.
min?
string
Sets the minimum size of the pane.
resizable?
boolean
Specifies if the user can resize the pane.
size?
string
Sets the initial size of the pane. The value must be between the min and max properties.