Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerTimeGridViewTreeBrowser Class

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

#Declaration

Delphi
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