Skip to main content

TcxSchedulerTimeGridViewTreeBrowser Class

Implements the Tree Browser pane which visualizes user event hierarchies in a tree-like manner.

Declaration

TcxSchedulerTimeGridViewTreeBrowser = class(
    TcxSchedulerSubControl
)

Remarks

This class extends its ancestor classes with the properties that allow you to do the following:

  • Switch the Tree Browser’s visibility (Visible);

  • Access the tree list control that is used internally and customize its settings (InnerControl);

  • Adjust the tree list control’s width (Width).

The Gantt View’s TreeBrowser property references a TcxSchedulerTimeGridViewTreeBrowser object.

Inheritance

See Also