Back to Devexpress

TcxSchedulerTimeGridViewTreeBrowser Class

vcl-cxschedulertimegridview-a4c72f34.md

latest1.7 KB
Original Source

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

TObject TPersistent TInterfacedPersistent TcxSchedulerSubControl TcxSchedulerTimeGridViewTreeBrowser

See Also

TcxSchedulerTimeGridViewTreeBrowser Members

cxSchedulerTimeGridView Unit